Skip to content

Commit 408bfe7

Browse files
Update release.yml
1 parent 29c8bb2 commit 408bfe7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ jobs:
8686
run: snapcraft upload $(find out/make/snap/x64/ -name "swach_*_amd64.snap") --release latest/stable
8787
env:
8888
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 }}
9589
- name: GitHub release
9690
uses: softprops/action-gh-release@v1
9791
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)