Skip to content

Commit

Permalink
artifact-upload-step
Browse files Browse the repository at this point in the history
  • Loading branch information
mpointner authored Sep 23, 2024
1 parent cf3031b commit 39fa425
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39fa425

Please sign in to comment.