Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii29 committed Jul 15, 2024
1 parent b323bf9 commit cd2abdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
mkdir -p bin
go get .
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o bin/ssm-${{ matrix.goos }}-${{ matrix.goarch }}${{ matrix.ext }} main.go
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -o bin/ssm-go-${{ matrix.goos }}-${{ matrix.goarch }}${{ matrix.ext }} main.go
- name: Upload binaries to release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit cd2abdb

Please sign in to comment.