Skip to content

Commit

Permalink
Update naming for automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
blechschmidt committed Nov 14, 2023
1 parent 502e413 commit 0b45ff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
name: Automated build of ${{ github.ref }}
files: dist/bin/*
draft: true
prerelease: true
body: This is an automated build of commit ${{ github.ref }}.
prerelease: false
body: This is an automated build of commit ${{ github.ref }}.
2 changes: 1 addition & 1 deletion dist/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,5 +239,5 @@ test "$INSTALL" = "1" && {
if test "$BUNDLE" = "1"; then
pyinstaller --clean -F -n pallium-"$(uname -m)" --distpath bin --add-binary tun2socks:bin --add-binary tor:bin --add-binary runsc:bin --add-binary gvisor-init:bin --add-binary slirpnetstack:bin --add-data tor-lib:tor-lib --add-data ../extra/licensing:licensing bootstrap.py
else
pyinstaller --clean -F -n pallium-"$(uname -m)" --distpath bin bootstrap.py
pyinstaller --clean -F -n pallium-"$(uname -m)"-bundle-linux --distpath bin bootstrap.py
fi

0 comments on commit 0b45ff1

Please sign in to comment.