Skip to content

Commit

Permalink
tilde
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum committed Jan 9, 2025
1 parent 167cad0 commit 5900d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
env:
ADDCOMMIT: ${{ steps.parse-version.outputs.is-snapshot }}
run: |
./go-setup.sh
~/go-setup.sh
buildcmd="build-prerelease"
[ "${ADDCOMMIT}" = "false" ] && buildcmd="build-official"
export PATH=$PATH:/usr/local/bin:/usr/local/go/bin
Expand Down

0 comments on commit 5900d70

Please sign in to comment.