Fix Zip Release workflow: wrong upload path

This commit is contained in:
schlagmichdoch 2024-01-06 15:37:05 +01:00
parent c9e4510f65
commit a7f5d336c3
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ jobs:
- name: Upload Release
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
with:
artifacts: "pairdrop-cli.zip"
artifacts: "pairdrop-cli/pairdrop-cli.zip"
token: ${{ secrets.GITHUB_TOKEN }}