Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperMalachowski committed Mar 28, 2024
1 parent d87a7f3 commit 2e86444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: brew install mitchellh/gon/gon

- name: Build App
run: wails build --platform ${{ matrix.os}}/${{ matrix.arch }} -webview2 embed -o marshaller-${{ matrix.os }}-${{ matrix.arch }} -ldflags "-X github.com/kacpermalachowski/marshal-controller/internal/build.Version='${{ steps.create_release.outputs.tag }}' -X github.com/kacpermalachowski/marshal-controller/internal/build.Time='$(date)'"
run: wails build --platform ${{ matrix.os}}/${{ matrix.arch }} -webview2 embed -o marshaller-${{ matrix.os }}-${{ matrix.arch }} -ldflags "-X github.com/kacpermalachowski/marshal-controller/internal/build.Version='${{ steps.create_release.outputs.tag }}'"

- name: Add macOS permissions
if: runner.os == 'macOS'
Expand Down

0 comments on commit 2e86444

Please sign in to comment.