mirror of
https://github.com/Fabio286/antares.git
synced 2025-04-25 15:28:41 +02:00
ci: minor change
This commit is contained in:
parent
b925ff9c01
commit
8730be02af
11
.github/workflows/create-artifact-linux.yml
vendored
11
.github/workflows/create-artifact-linux.yml
vendored
@ -14,11 +14,12 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
||||||
- name: npm install & build
|
- name: Install dependencies
|
||||||
run: |
|
run: npm i
|
||||||
npm install
|
|
||||||
npm run build
|
- name: "Build"
|
||||||
|
run: npm run build
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user