Skip to content

Commit

Permalink
Merge pull request #28 from Adyen/upload-artifacts-once
Browse files Browse the repository at this point in the history
GitHub action: Upload artifacts once
  • Loading branch information
gcatanese authored Oct 24, 2024
2 parents 49e709e + 580cc5f commit caa0b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
done
# upload generated openapi-diff markdowns as artifacts
- uses: actions/upload-artifact@v4
if: matrix.project == 'java' # upload artifacts once
id: artifact-upload-step
with:
name: openapi-diff files (commit ${{ env.COMMIT_HASH }})
Expand Down

0 comments on commit caa0b7e

Please sign in to comment.