Skip to content

Commit

Permalink
Set up artifact distribution CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 17, 2024
1 parent acbcb54 commit b5f4e7e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,15 @@ jobs:
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Build with Gradle
run: ./gradlew clean distZip

- name: Echo output files
run: ls -d "$PWD/build/"*

- name: Distribute artifact
uses: actions/upload-artifact@v2
with:
name: quarkdown
path: build/distributions/quarkdown.zip

0 comments on commit b5f4e7e

Please sign in to comment.