Skip to content

Commit

Permalink
Merge pull request #6 from FabianLars-crabnebula/patch-1
Browse files Browse the repository at this point in the history
fix: Ignore errors on cache save
  • Loading branch information
lucasfernog-crabnebula authored Sep 13, 2024
2 parents 731b31c + 357e82a commit a47147b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/skip-cache-errors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
action: patch
---

Fixed an issue that caused the action to fail if there were multiple concurrent runners with the same OS.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ runs:
curl -L https://cdn.crabnebula.app/download/crabnebula/cn-cli/latest/platform/windows-binary-x86_64 --output cn
- uses: actions/cache/save@v4
continue-on-error: true
with:
path: ${{ inputs.path }}/cn
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
Expand Down

0 comments on commit a47147b

Please sign in to comment.