Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspersiebring committed Aug 16, 2023
1 parent 5ff64d5 commit 35f58b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
if: ${{ needs.build.outputs.PASSED_BUILD }} == 'success'
- name: Upload all artifacts to Github
uses: softprops/action-gh-release@v1
if: steps.collect.outcome == 'success' && ${{ needs.build.outputs.PASSED_BUILD }} == 'success'
if: steps.collect.outcome == 'success'
with:
files: ${{ needs.build.outputs.RELEASE_NAME }}/*
tag_name: ${{ needs.build.outputs.RELEASE_VERSION }}
Expand Down

0 comments on commit 35f58b9

Please sign in to comment.