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 2f9f4c6 commit cbdd1d9Copy full SHA for cbdd1d9
.github/workflows/sign-macos.yml
@@ -33,20 +33,9 @@ jobs:
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
36
- - name: Cache gon binary
37
- id: cache-gon
38
- uses: actions/cache@v4
39
- with:
40
- path: gon
41
- key: gon-${{ env.GON_VERSION }}
42
-
43
- - name: Download and install gon
44
- if: steps.cache-gon.outputs.cache-hit != 'true'
+ - name: Install gon
45
run: .github/scripts/release/macos/install-gon.sh ${{ env.GON_VERSION }}
46
47
- - name: Verify gon installation
48
- run: gon --version
49
50
- name: Sign macOS binaries
51
52
AC_PASSWORD: ${{ secrets.MACOS_AC_PASSWORD }}
0 commit comments