Update .forgejo/workflows/compile.yml
All checks were successful
Compile&Test / build (push) Successful in 40s

This commit is contained in:
Derek 2025-04-11 23:08:20 +00:00
parent 204f82fd12
commit 8d4396f55c

View file

@ -44,6 +44,6 @@ jobs:
- name: Attach .jar artifacts
uses: https://github.com/actions/upload-artifact@v3
with:
name: ${{ github.repository_id }}-jars
path: build/libs/*.jar
name: FadeSMP-Darkness.jar
path: build/libs/FadeSMP-Darkness-main.jar
retention-days: 90