Skip to content

Commit

Permalink
fix release workflow target
Browse files Browse the repository at this point in the history
  • Loading branch information
mariot authored Nov 4, 2021
1 parent 2516a70 commit e39692a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Rust Release binary

on:
release:
types: [created]
Expand All @@ -19,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@main
uses: rust-build/rust-build.action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
Expand Down

0 comments on commit e39692a

Please sign in to comment.