Skip to content

Commit

Permalink
Updated asset_names, removed zip extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoffmann committed Jan 31, 2024
1 parent fdb9f8b commit f9a4312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: Build/LipidSpace-${{ env.RELEASE_VERSION }}-${{ env.OS }}.zip
asset_name: LipidSpace-${{ env.RELEASE_VERSION }}-${{ env.OS }}.zip
asset_name: LipidSpace-${{ env.RELEASE_VERSION }}-${{ env.OS }}
tag: ${{ github.ref }}
overwrite: true
file_glob: true
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: Build/LipidSpace-${{ env.RELEASE_VERSION }}-${{ env.OS }}.zip
asset_name: LipidSpace-${{ env.RELEASE_VERSION }}-${{ env.OS }}.zip
asset_name: LipidSpace-${{ env.RELEASE_VERSION }}-${{ env.OS }}
tag: ${{ github.ref }}
overwrite: true
file_glob: true
Expand Down

0 comments on commit f9a4312

Please sign in to comment.