Skip to content

Commit

Permalink
Update cross-compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cantoblanco authored Feb 2, 2025
1 parent f5ebb94 commit c7a4606
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup cargo cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand All @@ -50,4 +50,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ replace(matrix.docker, '/', '-') }}-artifact
path: action-release/


0 comments on commit c7a4606

Please sign in to comment.