Skip to content

Commit

Permalink
only upload artifacts if input is true
Browse files Browse the repository at this point in the history
  • Loading branch information
Physer committed Jun 4, 2024
1 parent 259e68f commit 253396f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-build-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: pnpm run build

- name: Upload build artifacts
if: ${{ inputs.upload-artifcats }}
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.application }}-dist
Expand Down

0 comments on commit 253396f

Please sign in to comment.