Skip to content

Commit

Permalink
Merge branch 'main' into fix-push-url-recording
Browse files Browse the repository at this point in the history
  • Loading branch information
moutonjeremy authored Oct 17, 2023
2 parents 9474f21 + 1f681a9 commit 735a925
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ jobs:
- name: Build app
run: CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -a -installsuffix cgo -ldflags="-X 'main.version=${{ steps.version.outputs.full }}'" -o bin/webtty .

- name: Generate MD5
run: md5sum bin/webtty > bin/webtty.md5

- name: Release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: true
files: bin/webtty
prerelease: ${{ steps.version.outputs.prerelease }}
files: |
bin/webtty
bin/webtty.md5
prerelease: ${{ steps.version.outputs.prerelease }}
23 changes: 12 additions & 11 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 735a925

Please sign in to comment.