Skip to content

Commit

Permalink
fix: BUILD_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed Mar 30, 2024
1 parent 8c4a191 commit 3db4d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cd packages/feiyu && pnpm build:desktop
VERSION=$(node -p "require('./package.json').version")
BUILD_VERSION='-c "{\"version\":\"$VERSION\"}"'
BUILD_VERSION="-c \"{\\\"version\\\":\\\"$VERSION\\\"}\""
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "build-version=$BUILD_VERSION" >> $GITHUB_OUTPUT
cd ${{ github.workspace }}
Expand Down

0 comments on commit 3db4d6c

Please sign in to comment.