Skip to content

Commit

Permalink
enable cache for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Feb 8, 2025
1 parent 9d9224d commit 8039b3e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ jobs:
key: goreleaser-windows-latest-${{ github.sha }}
path: dist/windows
fail-on-cache-miss: true
# - uses: actions/cache@v4
# with:
# key: goreleaser-x86_64-unknown-linux-gnu-${{ github.sha }}
# path: dist/x86_64-unknown-linux-gnu
# fail-on-cache-miss: true
# - uses: actions/cache@v4
# with:
# key: goreleaser-aarch64-unknown-linux-gnu-${{ github.sha }}
# path: dist/aarch64-unknown-linux-gnu
# fail-on-cache-miss: true
- uses: actions/cache@v4
with:
key: goreleaser-x86_64-unknown-linux-gnu-${{ github.sha }}
path: dist/x86_64-unknown-linux-gnu
fail-on-cache-miss: true
- uses: actions/cache@v4
with:
key: goreleaser-aarch64-unknown-linux-gnu-${{ github.sha }}
path: dist/aarch64-unknown-linux-gnu
fail-on-cache-miss: true
- uses: goreleaser/[email protected]
with:
distribution: goreleaser-pro
Expand Down

0 comments on commit 8039b3e

Please sign in to comment.