Skip to content

Commit

Permalink
修改
Browse files Browse the repository at this point in the history
  • Loading branch information
lengsukq committed Dec 21, 2023
1 parent 2230f3e commit ffec2da
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/myGitTool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20'

- name: Install dependencies
run: |
Expand All @@ -26,14 +26,11 @@ jobs:
run: |
yarn build # 替换成你的构建命令
- name: Create Release
id: create_release
uses: actions/create-release@v1
- name: Upload to Release Action
uses: Shopify/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.0.0
release_name: Release v1.0.0
body: Release description goes here
draft: false
prerelease: false
name: myGitTool.exe
path: /dist
content-type: application/zip

0 comments on commit ffec2da

Please sign in to comment.