Skip to content

Commit 25aaa59

Browse files
authored
Merge pull request #7 from Codesee-io/fix-release
Update release.yml
2 parents 33a7b4a + bd1506b commit 25aaa59

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)