Skip to content

Commit

Permalink
Fix misnamed step
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetaTwo committed Dec 4, 2024
1 parent 8991376 commit 5201f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
-ldflags="-s -w ${{ needs.metadata.outputs.versionFlags }}" \
./cmd/pomerium-cli
- name: Build and archive
id: build
- name: Archive
id: archive
run: |
gtar czf pomerium-cli-darwin-${{ matrix.arch }}.tar.gz -C bin/${{ matrix.arch }} pomerium-cli
echo 'checksums<<EOF' >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 5201f3e

Please sign in to comment.