Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 5eae548

Browse files
Update Workflow Tagging
1 parent ec845fd commit 5eae548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
repo_token: ${{ secrets.GITHUB_TOKEN }}
2525
file: ./dist/JumpStart Setup ${{ steps.package.outputs.version }}.exe
2626
asset_name: JumpStart_Setup.exe
27-
tag: v${{ steps.package.outputs.version }}
27+
tag: v${{ steps.package.outputs.version }}-Win
2828
prerelease: true
29-
overwrite: true
29+
overwrite: true

0 commit comments

Comments
 (0)