Skip to content

Commit

Permalink
builder: try with the same workaround as with cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed May 16, 2024
1 parent 55e403d commit 3813957
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,11 @@ jobs:
# there are no tags, so improvise
version=$({ date +%F; git describe --always; } | tr -d '\n') || exit 14
file=gemrb-$version.tar.bz2
tar cvjf $file $tarpath || exit 15
ls -lh $file
tar cjf $file $tarpath || exit 15
filepath="$filepath/$file"
scp -v $file \
gemrb-travisbot@frs.sourceforge.net:/home/frs/project/gemrb/Buildbot\\\ Binaries/$filepath
scp -v "$file" \
"gemrb-travisbot@frs.sourceforge.net:/home/frs/project/gemrb/botbins/$filepath"
linux:
name: Linux AppImage build
Expand Down

0 comments on commit 3813957

Please sign in to comment.