Skip to content

Commit

Permalink
Fix Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenthorn committed Dec 23, 2020
1 parent 35f927d commit b0d6148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tar czvf "${release_name}.tar.gz" "release/${release_name}"
fi
rm -r "$release_name"
rm -r "release/$release_name"
- name: Publish
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit b0d6148

Please sign in to comment.