We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bccc32 commit a8688b0Copy full SHA for a8688b0
.github/workflows/build-app.yaml
@@ -103,8 +103,8 @@ jobs:
103
run: |
104
pnpm install
105
$VERSION = node -p "require('./package.json').version"
106
- pnpm tauri build -c '{"version":"${VERSION}"}' -t ${{ matrix.target }} --bundles nsis
107
- $APP_NAME = "MagicMirror_${VERSION}_${{ matrix.build }}_${{ matrix.arch }}"
+ pnpm tauri build -c "{\`"version\`":\`"$VERSION\`"}" -t ${{ matrix.target }} --bundles nsis
+ $APP_NAME = "MagicMirror_$VERSION_${{ matrix.build }}_${{ matrix.arch }}"
108
node scripts/dist.js ${{ matrix.target }} $APP_NAME
109
- name: Upload App
110
uses: actions/upload-artifact@v4
0 commit comments