mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
fix: CI
This commit is contained in:
parent
91adbac64f
commit
881ddb61af
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -21,12 +21,12 @@ jobs:
|
||||||
|
|
||||||
- name: Zipping files
|
- name: Zipping files
|
||||||
run: |
|
run: |
|
||||||
7z a ./pay_respects-ubuntu-latest.zip ./target/release/pay_respects
|
7z a ./pay-respects-ubuntu-latest.zip ./target/release/pay-respects
|
||||||
|
|
||||||
- name: Uploading to release
|
- name: Uploading to release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: pay_respects-ubuntu-latest.zip
|
artifacts: pay-respects-ubuntu-latest.zip
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
makeLatest: true
|
makeLatest: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue