mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
update github CI workflow
This commit is contained in:
@@ -18,12 +18,15 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
artifact_name: SoftwareManager-test-${{ github.sha }}-linux
|
artifact_paths: |
|
||||||
artifact_name: SoftwareManager-x86_64
|
dist-final/SoftwareManager-test-${{ github.sha }}-linux*
|
||||||
|
dist-final/SoftwareManager-x86_64*
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
artifact_name: SoftwareManager-test-${{ github.sha }}-windows
|
artifact_paths: |
|
||||||
|
dist-final/SoftwareManager-test-${{ github.sha }}-windows*
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
artifact_name: SoftwareManager-test-${{ github.sha }}-macos
|
artifact_paths: |
|
||||||
|
dist-final/SoftwareManager-test-${{ github.sha }}-macos*
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
@@ -217,5 +220,5 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-build
|
name: ${{ matrix.os }}-build
|
||||||
path: dist-final/${{ matrix.artifact_name }}*
|
path: ${{ matrix.artifact_paths }}
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|||||||
Reference in New Issue
Block a user