Skip to content

Commit

Permalink
delete packr2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdimiceli committed Aug 22, 2024
1 parent c669598 commit c38e1be
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
exit 1
fi
- name: packr2
run: |
curl -fsSL https://github.com/gobuffalo/packr/releases/download/v2.8.1/packr_2.8.1_linux_amd64.tar.gz | \
tar -xz -C /usr/local/bin/ packr2
which packr2
- name: run goreleaser
uses: goreleaser/goreleaser-action@v5
if: success() && startsWith(github.ref, 'refs/tags/')
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ builds:
- GOOS={{.Os}}
- GOARCH={{.Arch}}
- cmd: bash -c "source ./scripts/create_mod && create_mod"
- cmd: ./scripts/generate
goos:
- darwin
- linux
Expand Down
13 changes: 0 additions & 13 deletions scripts/generate

This file was deleted.

0 comments on commit c38e1be

Please sign in to comment.