Skip to content

Commit

Permalink
Do not add build scripts to intermediate artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Jul 30, 2024
1 parent 8381679 commit efe7396
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@ jobs:
uses: actions/upload-artifact@v4
with: # if name or path modified, remember to UPDATE those in the download step of the next job
name: pycfml-wheel_${{ matrix.os }}_${{ matrix.toolchain.exe }} # name (without .zip) of the zip file to be uploaded
path: | # all files from the directories below are zipped
${{ env.WHEEL_DIR }}
scripts
path: ${{ env.WHEEL_DIR }} # all files in this directory will be zipped
if-no-files-found: "error"
compression-level: 0

Expand Down

0 comments on commit efe7396

Please sign in to comment.