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 02650e6 commit 36e826aCopy full SHA for 36e826a
.github/workflows/tag.yaml
@@ -21,7 +21,7 @@ jobs:
21
run: npm i && npm run build
22
working-directory: frontend
23
- name: Install UPX
24
- run: sudo apt-get install -y upx gcc-multilib g++-multilib gcc-mingw-w64 aarch64-linux-gnu-gcc
+ run: sudo apt-get install -y upx gcc-multilib g++-multilib gcc-mingw-w64 gcc-aarch64-linux-gnu
25
- name: Run GoReleaser
26
uses: goreleaser/goreleaser-action@v6
27
with:
0 commit comments