Skip to content

Commit

Permalink
remove unnessessary artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Jun 6, 2024
1 parent 1d766a4 commit 1d5c813
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ jobs:
- name: Build
run: make build

- uses: actions/upload-artifact@master
with:
name: node-modules
path: node_modules/
- uses: actions/upload-artifact@master
with:
name: php-vendor
path: vendor/
- uses: actions/upload-artifact@master
with:
name: package-lock.json
Expand All @@ -47,14 +39,6 @@ jobs:
with:
node-version: 20

- uses: actions/download-artifact@master
with:
name: node-modules
path: node_modules/
- uses: actions/download-artifact@master
with:
name: php-vendor
path: vendor/
- uses: actions/download-artifact@master
with:
name: package-lock.json
Expand Down Expand Up @@ -82,31 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
name: setup node
with:
node-version: 20

- uses: actions/download-artifact@master
with:
name: node-modules
path: node_modules/
- uses: actions/download-artifact@master
with:
name: php-vendor
path: vendor/
- uses: actions/download-artifact@master
with:
name: build-dir
path: build/
- uses: actions/download-artifact@master
with:
name: package-lock.json
path: package-lock.json
- uses: actions/download-artifact@master
with:
name: composer.lock
path: composer.lock
- uses: actions/download-artifact@master
with:
name: build-dir
Expand Down

0 comments on commit 1d5c813

Please sign in to comment.