Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit f25e448

Browse files
authored
Update betarelease.yml
1 parent 552f43c commit f25e448

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/betarelease.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ jobs:
4242
with:
4343
script-file: .\bin\Release-Beta\SPCode.nsi
4444

45-
# Compress Portable Version
45+
# Compress Stable Portable Version
46+
- name: Compress Portable Version
47+
run: .\bin\Release\Compress.ps1
48+
shell: powershell
49+
50+
# Compress Beta Portable Version
4651
- name: Compress Portable Version
4752
run: .\bin\Release-Beta\Compress.ps1
4853
shell: powershell

0 commit comments

Comments
 (0)