Delete .github/workflows/task-artifact.yml
This commit is contained in:
parent
553eeb8e07
commit
1cf9a568f7
1 changed files with 0 additions and 28 deletions
28
.github/workflows/task-artifact.yml
vendored
28
.github/workflows/task-artifact.yml
vendored
|
@ -1,28 +0,0 @@
|
||||||
name: Build Artifacts
|
|
||||||
|
|
||||||
on: workflow_call
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Install NPM Packages
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: ${{ vars.NODE_VERSION }}
|
|
||||||
|
|
||||||
- name: Install Node modules
|
|
||||||
run: npm install
|
|
||||||
|
|
||||||
|
|
||||||
- uses: montudor/action-zip@v1
|
|
||||||
with:
|
|
||||||
args: zip -qq -r artifact_${{github.run_number}}.zip .
|
|
||||||
|
|
||||||
- name: Upload articats
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: artifact_${{github.run_number}}
|
|
||||||
path: artifact_${{github.run_number}}.zip
|
|
Loading…
Add table
Reference in a new issue