Skip to content

Commit

Permalink
Only upload artifacts for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lbuesching committed Jan 11, 2024
1 parent a3a070e commit b3e37ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
working-directory: ./src
run: dotnet build --configuration ${{ inputs.build_configuration }} --no-restore
- name: Upload Sage Build
if: ${{ inputs.store_artifacts }}
if: ${{ inputs.store_artifacts && inputs.build_configuration == 'Release' }}
uses: actions/upload-artifact@v3
with:
name: SageWebhost
Expand Down

0 comments on commit b3e37ef

Please sign in to comment.