There was an error while loading. Please reload this page.
1 parent d909d8d commit 6d10e05Copy full SHA for 6d10e05
1 file changed
.github/workflows/build-and-publish.yml
@@ -47,7 +47,7 @@ jobs:
47
with:
48
script: core.addPath('C:\\Users\\runneradmin\\.bun\\bin');
49
- run: bun install
50
- - run: bun run compile --target=bun-${{ matrix.target }} --define "FILEN_CLI_VERSION=${{ github.event.release.tag_name }}" --outfile dist/filen-cli-${{ github.event.release.tag_name }}-${{ matrix.name }}
+ - run: bun run compile --target=bun-${{ matrix.target }} --define "VERSION=${{ github.event.release.tag_name }}" --outfile dist/filen-cli-${{ github.event.release.tag_name }}-${{ matrix.name }}
51
- name: Codesign and notarize on macOS
52
if: ${{ matrix.os == 'macos-latest' }}
53
env:
0 commit comments