diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 014da19..7689f1d 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -7,7 +7,7 @@ jobs: - name: Install JDK and other deps run: apt update && apt install --no-install-recommends -y openjdk-21-jdk-headless maven git nodejs curl zstd - - name: Upload artifacts + - name: Checkout uses: https://github.com/actions/checkout@v4 - name: Build @@ -16,4 +16,4 @@ jobs: - name: Upload artifacts uses: https://github.com/actions/upload-artifact@v3 with: - path: target \ No newline at end of file + path: target/blog-software-java-*.jar \ No newline at end of file