Skip to content

Commit

Permalink
Fix version choice.
Browse files Browse the repository at this point in the history
  • Loading branch information
MF42-DZH authored Mar 25, 2024
1 parent 95675c0 commit 9a2e5ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
env:
pkg-assembly: GT4EngineGrapher.jar
pkg-name: GT4EngineGrapher
pkg-version: 1.0

jobs:
fat:
Expand Down Expand Up @@ -46,7 +47,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: dmgs
path: "${{ env.pkg-name }}.dmg"
path: "${{ env.pkg-name }}-${{ env.pkg-version }}.dmg"
windows:
needs: fat
runs-on: [windows-latest]
Expand All @@ -69,7 +70,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: msis
path: "${{ env.pkg-name }}.msi"
path: "${{ env.pkg-name }}-${{ env.pkg-version }}.msi"
linux:
needs: fat
runs-on: [ubuntu-latest]
Expand All @@ -90,4 +91,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: debs
path: "${{ env.pkg-name }}.deb"
path: "${{ env.pkg-name }}-${{ env.pkg-version }}.deb"

0 comments on commit 9a2e5ef

Please sign in to comment.