From 094a552fef339d0da4fc711684d442e618eee1a2 Mon Sep 17 00:00:00 2001 From: Christopher Torres <7156279+RavenX8@users.noreply.github.com> Date: Fri, 19 Mar 2021 00:13:35 -0400 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0e85d3c..fa2db9d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 }}