mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-20 07:05:05 -04:00
Release file pairdrop-cli.zip should only include contents of folder pairdrop-cli instead of the folder itself
This commit is contained in:
parent
89addd6649
commit
79cc8e5590
1 changed files with 1 additions and 2 deletions
3
.github/workflows/zip-release.yml
vendored
3
.github/workflows/zip-release.yml
vendored
|
@ -26,9 +26,8 @@ jobs:
|
||||||
- name: Archive Release
|
- name: Archive Release
|
||||||
uses: thedoctor0/zip-release@b57d897cb5d60cb78b51a507f63fa184cfe35554 # v0.7.6
|
uses: thedoctor0/zip-release@b57d897cb5d60cb78b51a507f63fa184cfe35554 # v0.7.6
|
||||||
with:
|
with:
|
||||||
type: 'zip'
|
|
||||||
filename: 'pairdrop-cli.zip'
|
filename: 'pairdrop-cli.zip'
|
||||||
path: 'pairdrop-cli'
|
directory: 'pairdrop-cli'
|
||||||
exclusions: '*.git* /*node_modules/* .editorconfig'
|
exclusions: '*.git* /*node_modules/* .editorconfig'
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
|
uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue