Skip to content

Commit ecc3c62

Browse files
committed
Adjust Windows/ARM64 artifacts.
1 parent 5cb15f3 commit ecc3c62

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)