diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index 2bbcb2e..c49cae7 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -42,7 +42,7 @@ jobs: run: ./gradlew --build-cache --info --stacktrace assemble - name: Attach .jar artifacts - uses: https://github.com/actions/download-artifact@v3 + uses: https://github.com/actions/upload-artifact@v3 with: name: FadeSMP-Darkness.jar path: build/libs/FadeSMP-Darkness-main.jar