Skip to content

Commit

Permalink
Update nightly_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga authored Sep 24, 2024
1 parent 6395ad0 commit e9c0247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npm run build
if [ -e ./dist/neutralino.js ]; then echo "OK"; else echo "ERR"; exit 1; fi
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.0
with:
name: lib_dist
path: ./dist/
Expand Down

0 comments on commit e9c0247

Please sign in to comment.