diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 0862172..1e73b28 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Build | ls run: cd Folia && ls build/libs -lah - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: https://github.com/actions/upload-artifact@v3 with: name: built-jar path: Folia/build/libs/*.jar \ No newline at end of file