Skip to content

Commit

Permalink
💀
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha <[email protected]>
  • Loading branch information
AlphaKR93 authored Nov 2, 2024
1 parent e915ead commit 8889a87
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 @@ -84,7 +84,7 @@ jobs:
- name: Update sources
if: startsWith(github.ref_name, 'ver/') || startsWith(github.ref_name, 'dev/')
run: |
cd ../Plazma-Server
cd Plazma-Server
cp -r ./.gradle/caches/paperweight/mc-dev-sources/com ./src/main/java/
cp -r ./.gradle/caches/paperweight/mc-dev-sources/net ./src/main/java/
cp -r ./.gradle/caches/paperweight/mc-dev-sources/data ./src/main/resources/
Expand All @@ -94,6 +94,7 @@ jobs:
git add .
git commit --fixup $(git rev-list -n 1 base)
git rebase --autosquash upstream/master
cd ..
if [ ! -d "javadoc" ]; then
SUBMODULE_ADD=true
Expand Down

0 comments on commit 8889a87

Please sign in to comment.