Skip to content

Commit

Permalink
fix: build Go scaffolding.zip before release
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Oct 13, 2023
1 parent 016dacc commit 2983809
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
- name: Build Console
run: bit console/client/dist/index.html
- name: Publish Go Binaries
run: goreleaser release
run: |
bit go-runtime/scaffolding.zip
goreleaser release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2983809

Please sign in to comment.