Skip to content

Commit

Permalink
ci: fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaslah committed Jan 19, 2024
1 parent 7453eed commit 48a4ae2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: Create Release
run: |
mkdir dist
mv build/**/*.jar dist
mv build/fabric/build/libs/*.jar dist
mv build/forge/build/libs/*.jar dist
pushd dist
shasum -a 256 * > checksums.txt
Expand Down

0 comments on commit 48a4ae2

Please sign in to comment.