Skip to content

Commit

Permalink
feat: test release
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Dec 18, 2023
1 parent 907dfcf commit 2c5f28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- target: x86_64-apple-darwin
archive: zip
steps:
- uses: actions/checkout@v1.4.4
- uses: actions/checkout@master
- name: compile and release
uses: rust-build/rust-build.action@latest
uses: rust-build/rust-build.action@v1.4.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
Expand Down

0 comments on commit 2c5f28c

Please sign in to comment.