Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenX8 authored Mar 19, 2021
1 parent 49898bc commit 094a552
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ jobs:
with:
name: windows_build
- name: Release
uses: ncipollo/release-action@v1
uses: ncipollo/release-action@v1.8.1
with:
allowUpdates: true
omitBodyDuringUpdate: true
omitNameDuringUpdate: true
replacesArtifacts: true
body: latest packet_generator build
artifacts: "*-packet_generator.tar.gz,*-packet_generator.zip"
name: idl-latest
tag: ${{env.RELEASE_TAG}}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 094a552

Please sign in to comment.