Skip to content

Commit

Permalink
fix(release): fix sample app release upload
Browse files Browse the repository at this point in the history
SUITEDEV-35510

Co-authored-by: megamegax <[email protected]>
Co-authored-by: Andras Sarro <[email protected]>
  • Loading branch information
3 people committed Apr 8, 2024
1 parent 030940f commit ddda003
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/on_tag_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ jobs:
fetch-depth: 0 # 0 indicates all history
- run: git fetch --all || echo "==> Accept any result"

- name: set up JDK 1.17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17

- name: Download sample app
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ddda003

Please sign in to comment.