Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yayanyang committed Jan 28, 2024
1 parent 710dd94 commit 817d7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -25,8 +25,6 @@ jobs:
strategy:
matrix:
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-unknown-linux-gnu
Expand Down Expand Up @@ -55,5 +53,7 @@ jobs:
# [default value: windows]
# [possible values: all, unix, windows, none]
zip: windows
# Comma-separated list of algorithms to be used for checksum (sha256, sha512, sha1, or md5)
checksum: md5
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 817d7ef

Please sign in to comment.