Skip to content

Commit

Permalink
[bug] update action to specific version (#43)
Browse files Browse the repository at this point in the history
updating the archival job with version pinned it seems to have changes in the latest version causing issues.
  • Loading branch information
dmikey authored Mar 2, 2023
1 parent 629dc0e commit 19bc443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
check-latest: true
- run: env GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} make
- name: Archive Release
uses: thedoctor0/zip-release@main
uses: thedoctor0/zip-release@0.7.1
with:
type: "tar"
directory: dist/
Expand Down

0 comments on commit 19bc443

Please sign in to comment.