Skip to content

Commit 40b50e3

Browse files
committed
fix: cache enable cross os archive
Signed-off-by: Carlos A Becker <[email protected]>
1 parent bdc198c commit 40b50e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
with:
5757
path: dist\windows
5858
key: windows-${{ env.sha_short }}
59-
- if: ${{ github.event_name == 'workflow_dispatch' }}
60-
shell: bash
61-
run: echo "flags=--nightly" >> $GITHUB_ENV
59+
enableCrossOsArchive: true
6260
- uses: goreleaser/goreleaser-action@v4
6361
with:
6462
distribution: goreleaser-pro

0 commit comments

Comments
 (0)