1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

update github actions

This commit is contained in:
Christian Giese
2024-03-21 09:04:49 +00:00
parent 0dc45f6746
commit 663e5a8c47

View File

@ -61,7 +61,7 @@ jobs:
run: cpack -G DEB run: cpack -G DEB
- name: Upload Build Artifact - name: Upload Build Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: bngblaster-${{matrix.os}} name: bngblaster-${{matrix.os}}
path: ${{ github.workspace }}/build/*.deb path: ${{ github.workspace }}/build/*.deb