Skip to content

Commit

Permalink
better text
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Jun 4, 2024
1 parent 71dae40 commit 08fa9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
mkdir artifacts
tar --exclude="test" --exclude=".deprecated" --exclude="artifacts" --exclude=".git" --exclude=".github" -zcvf artifacts/harpy.${{ github.ref_name }}.tar.gz .
- name: Release
- name: Create Release with Assets
uses: softprops/action-gh-release@v2
with:
files: ./artifacts/harpy.${{ github.ref_name }}.tar.gz
Expand Down

0 comments on commit 08fa9f6

Please sign in to comment.