mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-24 15:02:59 +03:00
Upload just the Windows and Mac binaries separate from the 200MB .zip, to make mid-week sharing of results a little easier [rebuild]
This commit is contained in:
parent
79d3db83ce
commit
45876ed66b
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -24,6 +24,11 @@ jobs:
|
||||
with:
|
||||
name: abst_windows
|
||||
path: abst_windows
|
||||
- name: Upload just the binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: abst_windows_binary
|
||||
path: target/release/game.exe
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
if: "contains(github.event.head_commit.message, '[rebuild]')"
|
||||
@ -43,6 +48,11 @@ jobs:
|
||||
with:
|
||||
name: abst_mac
|
||||
path: abst_mac.zip
|
||||
- name: Upload just the binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: abst_mac_binary
|
||||
path: target/release/game
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
if: "contains(github.event.head_commit.message, '[rebuild]')"
|
||||
|
Loading…
Reference in New Issue
Block a user