Skip to content

Commit

Permalink
Merge pull request #78 from HicServices/dependabot/github_actions/ale…
Browse files Browse the repository at this point in the history
…xellis/upload-assets-0.3.0
  • Loading branch information
dependabot[bot] authored Feb 17, 2022
2 parents 2a30461 + e1b9114 commit 4f7f394
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/testpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
if: contains(github.ref,'refs/tags/')
run: (cd BadMedicine.Core && nuget push HIC.*.nupkg -skipDuplicate -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_KEY }})
- name: Upload release binaries
if: contains(github.ref,'refs/tags/')
uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
uses: svenstaro/[email protected]
if: contains(github.ref, 'refs/tags/v')
with:
asset_paths: '["badmedicine-cli-win-x64.zip","badmedicine-cli-linux-x64.tgz"]'
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: badmedicine-cli-*
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 4f7f394

Please sign in to comment.