Skip to content

Commit

Permalink
Fix Publish Action
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonEggBedrockBreaking committed Dec 26, 2023
1 parent 3b74847 commit 749bb4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ jobs:
- name: Publish to GitHub
uses: AButler/[email protected]
with:
files: |
fabric/build/libs/*.jar
neoforge/build/libs/*-all.jar
files: "fabric/build/libs/*.jar;neoforge/build/libs/*-all.jar"
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 749bb4c

Please sign in to comment.