We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158118f commit 9eed26dCopy full SHA for 9eed26d
.gitea/workflows/release.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Create/upload archive (386)
43
run: |
44
- go run build/ci.go archive -static -arch 386 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
+ go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
45
rm -f build/bin/*
46
env:
47
LINUX_SIGNING_KEY: ${{ secrets.LINUX_SIGNING_KEY }}
0 commit comments