mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
work around more github action silliness [rebuild]
This commit is contained in:
parent
9a10c52d92
commit
d0afcedbaa
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: abst_mac
|
name: abst_mac
|
||||||
path: abst_mac
|
path: abst_mac.zip
|
||||||
build-linux:
|
build-linux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: "contains(github.event.head_commit.message, '[rebuild]')"
|
if: "contains(github.event.head_commit.message, '[rebuild]')"
|
||||||
@ -51,4 +51,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: abst_linux
|
name: abst_linux
|
||||||
path: abst_linux
|
path: abst_linux.zip
|
||||||
|
@ -20,4 +20,7 @@ mkdir $output/game
|
|||||||
cp $binary $output/game
|
cp $binary $output/game
|
||||||
cp -Rv game/assets $output/game
|
cp -Rv game/assets $output/game
|
||||||
|
|
||||||
rm -f release_data.zip
|
# TODO Github will double-zip this, but if we just pass the directory, then the
|
||||||
|
# chmod +x bits get lost
|
||||||
|
zip -r $output $output
|
||||||
|
rm -f release_data.zip $output
|
||||||
|
Loading…
Reference in New Issue
Block a user