Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading