Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/g122622/gcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
g122622 committed Feb 18, 2024
2 parents bb79b93 + 39441e6 commit bd0120f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -86,14 +87,14 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
path: dist_electron
path: dist_electron/win-unpacked/resources

# step7: create release
- name: release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: false
files: "dist_electron/**"
files: "dist_electron/win-unpacked/resources/**"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -62,4 +62,4 @@
"webpack-plugin-vuetify": "^2.0.0-alpha.0"
},
"__npminstall_done": false
}
}

0 comments on commit bd0120f

Please sign in to comment.