Skip to content

Commit 6d10e05

Browse files
committed
fix(ci): inject version correctly
1 parent d909d8d commit 6d10e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
script: core.addPath('C:\\Users\\runneradmin\\.bun\\bin');
4949
- 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 }}
50+
- 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 }}
5151
- name: Codesign and notarize on macOS
5252
if: ${{ matrix.os == 'macos-latest' }}
5353
env:

0 commit comments

Comments
 (0)