Skip to content

Commit

Permalink
try updating this
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed May 17, 2024
1 parent 0e7c0fb commit fe61992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/upload-to-github/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ runs:
- name: Download existing artifacts from GitHub release
# only enabled for the upstream repo by default - (probably) needs an existing release
if: github.repository == 'opendlang/opend'
uses: dsaltares/[email protected]
continue-on-error: ${{ env.GITHUB_RELEASE_TAG == 'CI' }}
uses: dsaltares/[email protected]
with:
version: tags/${{ env.GITHUB_RELEASE_TAG }}
regex: true
Expand Down

0 comments on commit fe61992

Please sign in to comment.