Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoLinXiaoZhu authored Aug 26, 2024
1 parent 8ae2351 commit 56d1b75
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.3
with:
node-version: 16

# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.
node-version: '14'

- name: Install dependencies
run: npm ci

Expand All @@ -31,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: ./dist/*.exe
files: .\out\make/*.exe
tag_name: v${{ github.run_number }}
release_name: Release ${{ github.run_number }}
body: |
Expand Down

0 comments on commit 56d1b75

Please sign in to comment.