Skip to content

Commit

Permalink
fix(ci): version config for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed Nov 20, 2024
1 parent c0f1593 commit 3646063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: |
pnpm install
$VERSION = node -p "require('./package.json').version"
$CONFIG = "{`"version`":`"$VERSION`"}"
$CONFIG = '{"version":"' + $VERSION + '"}'
pnpm tauri build -c $CONFIG -t ${{ matrix.target }} --bundles nsis
$APP_NAME = "MagicMirror_${VERSION}_${{ matrix.build }}_${{ matrix.arch }}"
node scripts/dist.js ${{ matrix.target }} $APP_NAME
Expand Down

0 comments on commit 3646063

Please sign in to comment.