Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthecoder authored Sep 12, 2024
1 parent 2daadc2 commit f80398d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Upload files to a GitHub release
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./target/release/owl
asset_name: owl
tag: ${{ github.ref }}
overwrite: true
body: "Latest build"
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./target/release/owl
asset_name: owl
tag: ${{ github.ref }}
overwrite: true
body: "Latest build"

0 comments on commit f80398d

Please sign in to comment.