mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -04:00
Fix Zip Release workflow: wrong upload path
This commit is contained in:
parent
c9e4510f65
commit
a7f5d336c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/zip-release.yml
vendored
2
.github/workflows/zip-release.yml
vendored
|
@ -32,5 +32,5 @@ jobs:
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
|
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
|
||||||
with:
|
with:
|
||||||
artifacts: "pairdrop-cli.zip"
|
artifacts: "pairdrop-cli/pairdrop-cli.zip"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue