Skip to content

Commit

Permalink
gscan: Do not attach the built artifact twice
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanCoding committed Aug 27, 2024
1 parent e3093b1 commit f6a2c7b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci-rust-gscan-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,6 @@ jobs:
with:
files: ${{ steps.build.outputs.BUILT_ARCHIVE }}

- name: Attach file to release
if: startsWith(github.ref, 'refs/tags/gscan')
uses: svenstaro/upload-release-action@v2
id: attach_to_release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.build.outputs.BUILT_ARCHIVE }}
asset_name: gscan.zip
tag: ${{ github.ref }}
overwrite: true

- name: Microsoft Teams Notification
uses: skitionek/notify-microsoft-teams@master
if: failure()
Expand Down

0 comments on commit f6a2c7b

Please sign in to comment.