diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 166d26d..fd53afa 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -35,6 +35,12 @@ jobs: - name: Build war with Gradle run: ./gradlew war + - name: artifact-upload-step + uses: actions/upload-artifact@v4 + with: + name: DA-Backend + path: build/libs + # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle #- name: Publish to GitHub Packages