Skip to content

Commit

Permalink
Merge pull request #227 from liquibase/DAT-18178
Browse files Browse the repository at this point in the history
DAT-18178: Upload multiplatform artifacts for checks extension workflow
  • Loading branch information
abrackx authored Jul 16, 2024
2 parents 3e4ff94 + 0a32037 commit ebb8aae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-publish-liquibase-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,13 @@ jobs:
-Durl=https://maven.pkg.github.com/liquibase/liquibase-checks \
-DpomFile=scripting/pom.xml
- name: Save Artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ github.ref }}-multiplatform-artifacts
path: |
scripting/target/*
- name: Publish to GPM
if: ${{ !inputs.version }}
working-directory: /tmp
Expand Down

0 comments on commit ebb8aae

Please sign in to comment.