Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Feb 19, 2024
1 parent ffcf203 commit 06c10a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
- name: Publish release
uses: softprops/[email protected]
with:
files: |
page.kramo.Hyperplane.Devel-x86_64.zip
page.kramo.Hyperplane.Devel-aarch64.zip
fail_on_unmatched_files: true
files: "*"
tag_name: ${{ steps.get_tag_name.outputs.tag_name }}
body_path: release_notes

0 comments on commit 06c10a0

Please sign in to comment.