Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpauley authored Sep 13, 2023
1 parent ec0d0de commit 0969b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: GOARCH=arm64 go build -o ./autostop/autostop-arm64 ./autostop/autostop.go
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
autostop/autostop-x86_64
Expand Down

0 comments on commit 0969b7d

Please sign in to comment.