mirror of
https://github.com/pine64/blisp.git
synced 2025-06-22 03:54:44 +00:00
Compare commits
No commits in common. "a67a771bd6e2c3a801cacf79b7bf7d13941e1782" and "bfe472e71cc733002dad77dacad8bcc5ae7d7597" have entirely different histories.
a67a771bd6
...
bfe472e71c
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
- name: Upload results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: blips-windows-x86_64
|
||||
name: blips-windows-x86_64.zip
|
||||
path: |
|
||||
build/tools/blisp/Release/blisp.exe
|
||||
if-no-files-found: error
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
- name: Upload results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: blips-apple-universal
|
||||
name: blips-apple-universal.zip
|
||||
path: |
|
||||
build/tools/blisp/blisp
|
||||
if-no-files-found: error
|
||||
@ -79,7 +79,7 @@ jobs:
|
||||
- name: Upload results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: blips-linux-x86_64
|
||||
name: blips-linux-x86_64.zip
|
||||
path: |
|
||||
build/tools/blisp/blisp
|
||||
if-no-files-found: error
|
||||
@ -151,7 +151,7 @@ jobs:
|
||||
- name: Upload results
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: blisp-linux-${{ matrix.arch }}
|
||||
name: blisp-linux-${{ matrix.arch }}.zip
|
||||
path: |
|
||||
artifacts/blisp-*
|
||||
if-no-files-found: error
|
||||
|
Loading…
x
Reference in New Issue
Block a user