Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpromislow committed Jun 11, 2024
1 parent 55579bd commit 67a06f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ jobs:
- amd64
- arm64
steps:

- name : Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# https://github.com/actions/checkout/releases/tag/v4.1.1
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0

- name: Setup Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
# https://github.com/actions/setup-go/releases/tag/v5.0.0
with:
go-version-file: 'go.mod'
- name: Package release helm charts
run: make package-helm && mkdir -p ./build/artifacts/ && mv -v ./dist/artifacts/ ./build/

- name: Build and package
run: make build package package-helm
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
with:
name: ${{ env.ARTIFACT_NAME }}
path: dist/artifacts
- name: Upload everything
- name: Upload the files
run: |
ls -lR dist
cd dist/artifacts
Expand Down

0 comments on commit 67a06f3

Please sign in to comment.