Skip to content

Commit 6d3e071

Browse files
authored
build: fix build
Signed-off-by: windstone <notwindstone@gmail.com>
1 parent 736e4dd commit 6d3e071

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trigger_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
test -z "${LEGACY}" || NAME="${NAME}-Legacy"
6666
test -z "${ARM64}" || NAME="${NAME}-arm64"
6767
test -z "${PORT}" || NAME="${NAME}-Portable"
68-
test -z "${INST}" || mv PrismLauncher-*.exe ../${NAME}-Setup-${{ env.VERSION }}.exe
68+
test -z "${INST}" || mv FreesmLauncher-*.exe ../${NAME}-Setup-${{ env.VERSION }}.exe
6969
test -n "${INST}" || zip -r -9 "../${NAME}-${{ env.VERSION }}.zip" *
7070
cd ..
7171
done
@@ -76,7 +76,7 @@ jobs:
7676
PORT="$(echo -n ${d} | grep -o Portable || true)"
7777
NAME="FreesmLauncher-Windows-MinGW-w64"
7878
test -z "${PORT}" || NAME="${NAME}-Portable"
79-
test -z "${INST}" || mv PrismLauncher-*.exe ../${NAME}-Setup-${{ env.VERSION }}.exe
79+
test -z "${INST}" || mv FreesmLauncher-*.exe ../${NAME}-Setup-${{ env.VERSION }}.exe
8080
test -n "${INST}" || zip -r -9 "../${NAME}-${{ env.VERSION }}.zip" *
8181
cd ..
8282
done

0 commit comments

Comments
 (0)