Skip to content

Commit

Permalink
Update asset name in release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jul 31, 2021
1 parent 60a3042 commit 2e573c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ jobs:
matrix:
include:
- os: ubuntu-20.04
assset: EpJSON_Transition_Ubuntu2004
- os: ubuntu-18.04
assset: EpJSON_Transition_Ubuntu1804
- os: macos-10.15
assset: EpJSON_Transition_Mac1015
- os: windows-2019
assset: EpJSON_Transition_Windows

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -41,6 +45,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/EpJSON_Transition*
asset_name: ${{ matrix.asset }}
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 2e573c1

Please sign in to comment.