Delete .github/workflows/task-artifact.yml
Some checks failed
Create Release / artifact (push) Failing after 0s
Create Release / create_release (push) Has been skipped
Create Release / upload_dockerhub_main (push) Has been skipped

This commit is contained in:
holzi1005 2025-05-28 13:39:49 +02:00
parent 553eeb8e07
commit 1cf9a568f7

View file

@ -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