Skip to content

Commit

Permalink
Do not name artifacts "*.zip.zip"
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Sep 19, 2024
1 parent 33e08a5 commit b7730b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-for-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: "BlueMapGUI_${{ github.event.inputs.TAG_NAME }}_Linux_x64.zip"
name: "BlueMapGUI_${{ github.event.inputs.TAG_NAME }}_Linux_x64"
path: './upload/'

windows:
Expand Down Expand Up @@ -70,5 +70,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: "BlueMapGUI_${{ github.event.inputs.TAG_NAME }}_Windows_x64.zip"
name: "BlueMapGUI_${{ github.event.inputs.TAG_NAME }}_Windows_x64"
path: './upload/'
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: "BlueMapGUI_${{ env.GITHUB_SHA_SHORT }}_Linux_x64.zip"
name: "BlueMapGUI_${{ env.GITHUB_SHA_SHORT }}_Linux_x64"
path: './upload/'

windows:
Expand Down Expand Up @@ -76,5 +76,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: "BlueMapGUI_${{ env.GITHUB_SHA_SHORT }}_Windows_x64.zip"
name: "BlueMapGUI_${{ env.GITHUB_SHA_SHORT }}_Windows_x64"
path: './upload/'

0 comments on commit b7730b3

Please sign in to comment.