Skip to content

Commit

Permalink
ci(release): continue-on-error while download-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Mar 23, 2024
1 parent 9e14434 commit 2fb59e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
id: artifact
with:
name: pgo
continue-on-error: true

- name: Build PGO file
if: failure()
run: make pgo
run: |
[[ -f "${{ env.PGO_FILE }}" ]] || make pgo
- run: git config --global --add safe.directory "$(pwd)"

Expand Down

0 comments on commit 2fb59e5

Please sign in to comment.