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 29c8bb2 commit 408bfe7Copy full SHA for 408bfe7
1 file changed
.github/workflows/release.yml
@@ -86,12 +86,6 @@ jobs:
86
run: snapcraft upload $(find out/make/snap/x64/ -name "swach_*_amd64.snap") --release latest/stable
87
env:
88
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
89
- # - name: Make Apple arm64
90
- # if: matrix.os == 'macos-11.0' && startsWith(github.ref, 'refs/tags/')
91
- # run: pnpm make --arch=arm64
92
- # env:
93
- # APPLE_ID: ${{ secrets.APPLE_ID }}
94
- # APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD_ARM }}
95
- name: GitHub release
96
uses: softprops/action-gh-release@v1
97
if: startsWith(github.ref, 'refs/tags/')
0 commit comments