mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 16:15:10 +00:00
fix
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -610,10 +610,10 @@ jobs:
|
||||
path: dist/ffdec.exe
|
||||
|
||||
- name: Rename MSI
|
||||
shell: pwsh
|
||||
shell: cmd
|
||||
run: |
|
||||
mkdir releases
|
||||
ren wix/bin/Release/FFDec.msi releases/ffdec_${{ needs.compute-version.outputs.verShort }}.msi
|
||||
move wix/bin/Release/FFDec.msi releases/ffdec_${{ needs.compute-version.outputs.verShort }}.msi
|
||||
|
||||
- name: Upload signed MSI artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user