Skip to content

Commit

Permalink
1.修改打包配置
Browse files Browse the repository at this point in the history
  • Loading branch information
bzw1204 committed Jul 15, 2023
1 parent 344791d commit f15f3b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: npm run build:win
env:
ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: release
uses: softprops/action-gh-release@v1
Expand Down
6 changes: 5 additions & 1 deletion .lh/.github/workflows/node.js.yml.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"activeCommit": 0,
"commits": [
{
"activePatchIndex": 3,
"activePatchIndex": 4,
"patches": [
{
"date": 1689388073976,
Expand All @@ -20,6 +20,10 @@
{
"date": 1689390235203,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -52,6 +52,5 @@\n dist/*.yml\n dist/*.blockmap\n env:\n GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}\n- ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}\n \n"
},
{
"date": 1689391051292,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -33,9 +33,9 @@\n - name: build-win\n if: matrix.os == 'windows-latest'\n run: npm run build:win\n env:\n- ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}\n+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}\n \n - name: release\n uses: softprops/action-gh-release@v1\n with:\n"
}
],
"date": 1689388073976,
Expand Down

0 comments on commit f15f3b5

Please sign in to comment.