mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
CI: Update archive
This commit is contained in:
7
.github/workflows/ci_win.yml
vendored
7
.github/workflows/ci_win.yml
vendored
@@ -65,14 +65,9 @@ jobs:
|
||||
cmake --build build --config Release -j6
|
||||
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
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: 'pdf4qt-${{ runner.os }}.zip'
|
||||
path: .\pdf4qt\build\install\usr\*.zip
|
||||
path: .\pdf4qt\build\install\usr\bin
|
||||
retention-days: 30
|
||||
|
Reference in New Issue
Block a user