Skip to content

Commit

Permalink
Fix CI/CD release
Browse files Browse the repository at this point in the history
  • Loading branch information
haimkastner committed Sep 5, 2024
1 parent a5a9128 commit 0a302c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
npm run bundle
cp dist/generated/swagger.json ../casanet_bin/swagger.json
cp -v bundle/* ../casanet_bin
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: casanet_bin
path: casanet_bin
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: swagger-spec
path: backend/dist/generated/swagger.json
Expand Down

0 comments on commit 0a302c5

Please sign in to comment.