Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrokz authored May 25, 2022
1 parent 6a959af commit e563f2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ jobs:
run: cargo test --verbose
- name: Build Release
run: cargo build --release --verbose
- name: Print directory (debug)
run: ls target/debug
- name: Create a Release in GitHub
uses: ncipollo/release-action@v1
with:
artifacts: "target/debug/rounds_mod_downloader"
artifacts: "target/release/rounds_mod_downloader"
token: ${{ secrets.GH_TOKEN }}
tag: ${{ steps.version.outputs.content }}
commit: ${{ github.sha }}

0 comments on commit e563f2e

Please sign in to comment.