mirror of
https://github.com/XLabsProject/iw6x-client.git
synced 2023-08-02 15:02:12 +02:00
Fix artifact paths.
This commit is contained in:
parent
fd25005cfe
commit
2732f9f681
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -87,8 +87,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{matrix.configuration}} binaries
|
name: ${{matrix.configuration}} binaries
|
||||||
path: |
|
path: |
|
||||||
build/bin/**/*.exe
|
build/bin/x64/${{matrix.configuration}}/*
|
||||||
build/bin/**/*.dll
|
|
||||||
|
|
||||||
- name: Upload ${{matrix.configuration}} debug symbols
|
- name: Upload ${{matrix.configuration}} debug symbols
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
@ -138,7 +137,7 @@ jobs:
|
|||||||
- uses: papeloto/action-zip@v1
|
- uses: papeloto/action-zip@v1
|
||||||
with:
|
with:
|
||||||
recursive: false
|
recursive: false
|
||||||
files: build/bin/x64/Release/iw6x.exe
|
files: iw6x.exe
|
||||||
dest: iw6x-${{ steps.changelog_reader.outputs.version }}.zip
|
dest: iw6x-${{ steps.changelog_reader.outputs.version }}.zip
|
||||||
- name: Sign ZIP file
|
- name: Sign ZIP file
|
||||||
run: gpg --output "iw6x-${{ steps.changelog_reader.outputs.version }}.zip.sig" --detach-sig "iw6x-${{ steps.changelog_reader.outputs.version }}.zip"
|
run: gpg --output "iw6x-${{ steps.changelog_reader.outputs.version }}.zip.sig" --detach-sig "iw6x-${{ steps.changelog_reader.outputs.version }}.zip"
|
||||||
|
Loading…
Reference in New Issue
Block a user