Skip to content

Commit

Permalink
Remove version from zip file name
Browse files Browse the repository at this point in the history
ci skip
  • Loading branch information
matanki-saito authored Apr 9, 2022
1 parent e791431 commit 4b03d18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: generate artifact zip
run: |
compress-archive -Path artifact/* -DestinationPath steam_EU4_1.32_fixdll_build_${{ github.run_number }}.zip
compress-archive -Path artifact/* -DestinationPath steam_EU4_fixdll_build_${{ github.run_number }}.zip
shell: powershell

- name: Create Release
Expand All @@ -73,6 +73,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./steam_EU4_1.32_fixdll_build_${{ github.run_number }}.zip
asset_name: steam_EU4_1.32_fixdll_build_${{ github.run_number }}.zip
asset_path: ./steam_EU4_fixdll_build_${{ github.run_number }}.zip
asset_name: steam_EU4_fixdll_build_${{ github.run_number }}.zip
asset_content_type: application/json

0 comments on commit 4b03d18

Please sign in to comment.