File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments