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 a9b013a commit d87a7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 }}' -X github.com/kacpermalachowski/marshal-controller/internal/build.Time='$(date)'"

- name: Add macOS permissions
if: runner.os == 'macOS'
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
path: artifacts

- run: mv ./artifacts/**/marshaller-* ./

- name: Create release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit d87a7f3

Please sign in to comment.