Skip to content

Commit bd09a77

Browse files
committed
Whoops
1 parent 1fd8f3c commit bd09a77

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy-release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,16 @@ jobs:
142142
./InnoSetup/ISCC.exe \
143143
Keyden.iss \
144144
-DVersion="$version" \
145-
-DArch=amd64 \
146-
-DArtifactsDir=../../artifacts-unsigned/Keyden-win-amd64 \
147-
-FKeydenSetup-amd64 -O../../artifacts \
145+
-DArch=arm64 \
146+
-DArtifactsDir=../../artifacts-unsigned/Keyden-win-arm64 \
147+
-FKeydenSetup-arm64 -O../../artifacts \
148148
-DEnableSigning \
149149
-Sst="ScSignTool.exe -pin $PIN sign -fd sha256 -tr http://ts.ssl.com/ -td sha256 -n \$qAshleigh Adams\$q \$f"
150150
env:
151151
PIN: ${{ secrets.CODESIGN_PIN }}
152152

153153
- name: Upload Artifacts
154154
uses: actions/upload-artifact@v4
155-
if: success() || failure()
156155
with:
157156
name: signed-artifacts
158157
if-no-files-found: error

0 commit comments

Comments
 (0)