Skip to content

Commit

Permalink
Fixing the release build too
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealBoy committed Jul 6, 2024
1 parent f0ffd38 commit c2cdc28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,15 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ^1.22
- name: 'Hack Yarn'
run: corepack enable && yarn set version 4.3.1
- name: 'Setup Node'
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: 'Build Frontend'
run: yarn && yarn build
run: yarn install && yarn build
- name: 'Compile'
run: mkdir bin && GOOS=${{ matrix.type.os }} GOARCH=${{ matrix.type.arch }} go build -o bin/episodical-${{ matrix.type.os }}-${{ matrix.type.arch }} ./cmd/episodical
- name: 'Archive'
Expand Down

0 comments on commit c2cdc28

Please sign in to comment.