Skip to content

Commit

Permalink
CI: rollback taiki-e/upload-rust-binary-action version bump (67a02df)
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Feb 13, 2024
1 parent e0d4e0c commit 3e68027
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 @@ -43,7 +43,7 @@ jobs:
run: crates/fake-glass.sh

- name: Build and upload
uses: taiki-e/upload-rust-binary-action@v1.18.0
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: steel
token: ${{ secrets.GH_TOKEN }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
git config --global url."https://${{ secrets.GH_TOKEN }}@github.com".insteadOf ssh://[email protected]
- name: Build (private)
uses: taiki-e/upload-rust-binary-action@v1.18.0
uses: taiki-e/upload-rust-binary-action@v1
with:
dry-run: true
bin: steel
Expand Down

0 comments on commit 3e68027

Please sign in to comment.