correct syntax

This commit is contained in:
sappho 2025-09-25 15:55:06 -04:00 committed by GitHub
parent 4b16322890
commit 8184ead470
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,15 +121,15 @@ jobs:
# path: build/package
- name: Package release - Windows
if: startsWith("${{ env.PROJECT_OS }}", 'windows-latest')
if: ${{ startsWith(env.PROJECT_OS, 'windows-latest') }}
# shell: pwsh
working-directory: extension/build/package
working-directory: build/package
run: |
Compress-Archive -Path * -Destination ${{ env.ZIP_FILENAME }}
Copy-Item -Path ${{ env.ZIP_FILENAME }} -Destination ${{ matrix.os }}_${{ matrix.cc }}_${{ env.ZIP_FILENAME }}
- name: Package release - Linux
if: startsWith("${{ env.PROJECT_OS }}", 'ubuntu-22.04')
if: ${{ startsWith(env.PROJECT_OS, 'ubuntu-22.04') }}
working-directory: build/package
run: |
zip -r "${{ env.ZIP_FILENAME }}" .