We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593c976 commit 0eaff01Copy full SHA for 0eaff01
.github/workflows/releaser.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build
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 && git config --global --add safe.directory /root/repo && bash build.bash --skip-tests --zip'
+ docker run --net host -i -v .:/root/repo -w /root/repo ubuntu:22.04 /bin/bash -c 'apt update && apt install -y git curl && git config --global --add safe.directory /root/repo && bash build.bash --skip-tests --zip'
27
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
0 commit comments