diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39daa2f..6f5df36 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,8 @@ jobs: - name: cleanup artifacts for windows if: matrix.os == 'windows-latest' run: | - npx rimraf "dist_electron/!(*.exe)" + npx rimraf "dist_electron/bundled" + # npx rimraf "dist_electron/!(*.exe)" - name: cleanup artifacts for macos if: matrix.os == 'macos-latest' @@ -86,7 +87,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }} - path: dist_electron + path: dist_electron/win-unpacked/resources # step7: create release - name: release @@ -94,6 +95,6 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: prerelease: false - files: "dist_electron/**" + files: "dist_electron/win-unpacked/resources/**" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 85568ce..77ac982 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,9 @@ "get-windows-shortcut-properties": "^1.1.0", "lodash": "^4.17.21", "mitt": "^3.0.0", - "pinia": "^2.1.3", + "pinia": "2.1.7", "roboto-fontface": "*", - "vue": "^3.3.7", + "vue": "3.3.9", "vue-router": "^4.0.3", "vue3-ace-editor": "^2.2.3", "vuetify": "3.4.2", @@ -62,4 +62,4 @@ "webpack-plugin-vuetify": "^2.0.0-alpha.0" }, "__npminstall_done": false -} \ No newline at end of file +}