Skip to content

Commit

Permalink
workflows/build.yml: remove redundant zip extension from file names o…
Browse files Browse the repository at this point in the history
…f artifacts
  • Loading branch information
ia committed Dec 13, 2024
1 parent bfe472e commit 1cef97c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Upload results
uses: actions/upload-artifact@v4
with:
name: blips-windows-x86_64.zip
name: blips-windows-x86_64
path: |
build/tools/blisp/Release/blisp.exe
if-no-files-found: error
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Upload results
uses: actions/upload-artifact@v4
with:
name: blips-apple-universal.zip
name: blips-apple-universal
path: |
build/tools/blisp/blisp
if-no-files-found: error
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Upload results
uses: actions/upload-artifact@v4
with:
name: blips-linux-x86_64.zip
name: blips-linux-x86_64
path: |
build/tools/blisp/blisp
if-no-files-found: error
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Upload results
uses: actions/upload-artifact@v4
with:
name: blisp-linux-${{ matrix.arch }}.zip
name: blisp-linux-${{ matrix.arch }}
path: |
artifacts/blisp-*
if-no-files-found: error

0 comments on commit 1cef97c

Please sign in to comment.