File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -251,13 +251,19 @@ jobs:
251251 - name : Upload zip
252252 uses : actions/upload-artifact@v4
253253 with :
254- name : firebird-windows-vs-${{ env.VS_VERSION }}- arm64-zip
254+ name : firebird-windows-arm64-zip
255255 path : builds/install_images/Firebird-*-windows-arm64.zip
256256
257+ - name : Upload zip (withDebugSymbols)
258+ uses : actions/upload-artifact@v4
259+ with :
260+ name : firebird-windows-arm64-withDebugSymbols-zip
261+ path : builds/install_images/Firebird-*-windows-arm64-withDebugSymbols.zip
262+
257263 - name : Upload installer
258264 uses : actions/upload-artifact@v4
259265 with :
260- name : firebird-windows-vs-${{ env.VS_VERSION }}- arm64-installer
266+ name : firebird-windows-arm64-installer
261267 path : builds/install_images/*-windows-arm64.exe
262268
263269 - name : Upload installer (withDebugSymbols)
You can’t perform that action at this time.
0 commit comments