mirror of
https://ghproxy.net/https://github.com/michelve/software-license-manager.git
synced 2025-10-04 20:51:51 +08:00
updated builder
This commit is contained in:
parent
978f3abfc3
commit
3cc62ae66e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -16,13 +16,13 @@ jobs:
|
|||
steps:
|
||||
# Step 1: Checkout code
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Step 2: Set up Node.js (if needed)
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '23'
|
||||
|
||||
# Step 3: Create a build directory and copy necessary files
|
||||
- name: Prepare build directory
|
||||
|
@ -56,4 +56,4 @@ jobs:
|
|||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: slm-plus.zip
|
||||
asset_name: slm-plus.zip
|
||||
asset_content_type: application/zip
|
||||
asset_content_type: application/zip
|
Loading…
Add table
Add a link
Reference in a new issue