Skip to content

Commit

Permalink
fix package lock name
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Jun 6, 2024
1 parent 9af9152 commit f539d03
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
path: build/
- uses: actions/upload-artifact@master
with:
name: package.lock
path: package.lock
name: package-lock.json
path: package-lock.json
- uses: actions/upload-artifact@master
with:
name: composer.lock
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
path: build/
- uses: actions/download-artifact@master
with:
name: package.lock
path: package.lock
name: package-lock.json
path: package-lock.json
- uses: actions/download-artifact@master
with:
name: composer.lock
Expand Down Expand Up @@ -101,8 +101,8 @@ jobs:
path: build/
- uses: actions/download-artifact@master
with:
name: package.lock
path: package.lock
name: package-lock.json
path: package-lock.json
- uses: actions/download-artifact@master
with:
name: composer.lock
Expand Down

0 comments on commit f539d03

Please sign in to comment.