CI: Update archive

This commit is contained in:
Jakub Melka
2023-12-10 19:27:04 +01:00
parent 8759578142
commit 657afadd46

View File

@@ -65,14 +65,9 @@ jobs:
cmake --build build --config Release -j6 cmake --build build --config Release -j6
cmake --install build cmake --install build
- name: Make Windows ZIP package
working-directory: pdf4qt\build\install\usr
run: |
7z a -r pdf4qt.zip bin
- name: Upload Windows package - name: Upload Windows package
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: 'pdf4qt-${{ runner.os }}.zip' name: 'pdf4qt-${{ runner.os }}.zip'
path: .\pdf4qt\build\install\usr\*.zip path: .\pdf4qt\build\install\usr\bin
retention-days: 30 retention-days: 30