Skip to content

Commit

Permalink
debug windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jwenjian committed Jun 25, 2020
1 parent 2c3e452 commit c6a84ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-tauri-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,8 @@ jobs:
if: matrix.platform == 'windows-latest'
working-directory: ${{ format('./src-tauri/target/release/{0}', matrix.buildFolder ) }}
run: |
$env:PACKAGE_VERSION='$(node -p "require('./package.json').version")'
echo ${{ env.PACKAGE_VERSION }}
dir
ren LuckyYou.x64.msi LuckyYou_${{ env.PACKAGE_VERSION }}.x64.msi
mv LuckyYou.x64.msi LuckyYou_${{ env.PACKAGE_VERSION }}.x64.msi
# mv LuckyYou.x64.msi LuckyYou_${{ env.PACKAGE_VERSION }}.x64.msi
- name: upload release asset
id: upload-release-asset
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lucky-you",
"version": "0.2.0",
"private": true,
"description": "A cross platform app to choose lucky you based on tauri, test windows xsi file rename12345",
"description": "A cross platform app to choose lucky you based on tauri, test windows xsi file dfhaslfdlsaf",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down

0 comments on commit c6a84ff

Please sign in to comment.