Skip to content

Commit ac09f15

Browse files
committed
Replace the -debug suffix in build artifacts with -with-debug-symbols.
1 parent 6cb0812 commit ac09f15

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
# Create zip files
8686
Compress-Archive -Path "package/*" -DestinationPath "firebird-odbc-windows-${{ matrix.arch }}-${{ github.ref_name }}.zip"
87-
Compress-Archive -Path "package-debug/*" -DestinationPath "firebird-odbc-windows-${{ matrix.arch }}-${{ github.ref_name }}-debug.zip"
87+
Compress-Archive -Path "package-debug/*" -DestinationPath "firebird-odbc-windows-${{ matrix.arch }}-${{ github.ref_name }}-with-debug-symbols.zip"
8888
8989
- name: Upload ${{ matrix.arch }} main .zip package
9090
uses: actions/upload-artifact@v4
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/upload-artifact@v4
9797
with:
9898
name: firebird-odbc-windows-${{ matrix.arch }}-debug
99-
path: firebird-odbc-windows-${{ matrix.arch }}-${{ github.ref_name }}-debug.zip
99+
path: firebird-odbc-windows-${{ matrix.arch }}-${{ github.ref_name }}-with-debug-symbols.zip
100100

101101
# Stage 3: Create Windows installers
102102
installer-windows:
@@ -259,8 +259,8 @@ jobs:
259259
files: |
260260
firebird-odbc-windows-x86-${{ github.ref_name }}.zip
261261
firebird-odbc-windows-x64-${{ github.ref_name }}.zip
262-
firebird-odbc-windows-x86-${{ github.ref_name }}-debug.zip
263-
firebird-odbc-windows-x64-${{ github.ref_name }}-debug.zip
262+
firebird-odbc-windows-x86-${{ github.ref_name }}-with-debug-symbols.zip
263+
firebird-odbc-windows-x64-${{ github.ref_name }}-with-debug-symbols.zip
264264
firebird-odbc-linux-x64-${{ github.ref_name }}.tar.gz
265265
firebird-odbc-linux-arm64-${{ github.ref_name }}.tar.gz
266266
firebird-odbc-windows-x86-installer-${{ github.ref_name }}.exe

0 commit comments

Comments
 (0)