Skip to content

Commit c3ce123

Browse files
committed
put archive outside root
1 parent 4bcf42d commit c3ce123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
uses: thedoctor0/zip-release@0.7.6
1616
with:
1717
type: 'tar'
18-
filename: 'release.tar.gz'
19-
exclusions: '*.git* .swiftpm *.tar*'
18+
filename: '../release.tar.gz'
19+
exclusions: '*.git* .swiftpm'
2020
- name: Upload Release
2121
uses: ncipollo/release-action@v1.12.0
2222
with:
23-
artifacts: "release.tar.gz"
23+
artifacts: "../release.tar.gz"
2424
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)