Skip to content

Commit

Permalink
Fix draft release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
clrxbl authored Aug 7, 2023
1 parent 4bec360 commit dfb663e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Create Draft Release
uses: softprops/action-gh-release@v1
with:
files: build/libs/noxesium-+([0-9]).+([0-9]).+([0-9a-zA-Z]).jar
files: fabric/build/libs/noxesium-+([0-9]).+([0-9]).+([0-9a-zA-Z]).jar
draft: true

0 comments on commit dfb663e

Please sign in to comment.