Skip to content

Commit bd1506b

Browse files
committed
Update release.yml
Fixed tar file path. Was giving permission denied because it was in the root of the fs.
1 parent 33a7b4a commit bd1506b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run Tests
2828
run: dotnet test
2929
- name: Archive Release
30-
run: tar -zcvf /dotnetdepends.tar.gz ./output/
30+
run: tar -zcvf dotnetdepends.tar.gz ./output/
3131
- name: Create Release
3232
uses: ncipollo/release-action@v1
3333
with:

0 commit comments

Comments
 (0)