We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce7d47 commit ad1cb8eCopy full SHA for ad1cb8e
.github/workflows/releaser.yml
@@ -24,7 +24,7 @@ jobs:
24
shell: bash
25
run: |
26
docker run --net host -i -v .:/root/repo -w /root/repo ubuntu:jammy /bin/bash -c 'apt update && apt install -y git curl && bash build.bash --skip-tests --zip'
27
- mv build/Release/dist/Release.zip build/Release/dist/gcmzdrops_${{ steps.get_version.outputs.tag }}.zip
+ sudo mv build/Release/dist/Release.zip build/Release/dist/gcmzdrops_${{ steps.get_version.outputs.tag }}.zip
28
- name: Create Release
29
id: create_release
30
uses: softprops/action-gh-release@v1
0 commit comments