Skip to content

Commit

Permalink
fix: cache restore and rename to 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 committed Feb 11, 2025
1 parent ecbbd5e commit bc71f66
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: '0 0 * * *'
workflow_dispatch:
concurrency:
group: goreleaser-${{ github.event_name }}-${{ github.ref_name }}
group: release-${{ github.event_name }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
build:
Expand Down Expand Up @@ -88,12 +88,12 @@ jobs:
- uses: actions/cache@v4
with:
key: goreleaser-ubuntu-22.04-${{ github.sha }}
path: dist/x86_64-unknown-linux-gnu
path: dist/linux
fail-on-cache-miss: true
- uses: actions/cache@v4
with:
key: goreleaser-ubuntu-22.04-arm-${{ github.sha }}
path: dist/aarch64-unknown-linux-gnu
path: dist/linux
fail-on-cache-miss: true
- uses: goreleaser/[email protected]
with:
Expand Down

0 comments on commit bc71f66

Please sign in to comment.