File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 run : bash ./script.sh
2424
2525 - name : Upload files
26- uses : actions/upload-artifact@master
26+ uses : actions/upload-artifact@v4
2727 with :
2828 name : public-dir
2929 path : ./public-dir.zip
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ jobs:
1717 - name : Download Site dir
1818 uses : actions/download-artifact@v4
1919 with :
20- name : site -dir
20+ name : public -dir
2121 github-token : ${{ secrets.RELEASE_NOTES_PATN }}
2222 repository : ${{ github.event.workflow_run.repository.full_name }}
2323 run-id : ${{ github.event.workflow_run.id }}
2424
2525 - name : Unzip Site
2626 run : |
2727 rm -rf ./docs/_site
28- unzip site -dir.zip
29- rm -f site -dir.zip
28+ unzip public -dir.zip
29+ rm -f public -dir.zip
3030
3131 - name : Deploy to Netlify
3232 id : netlify
You can’t perform that action at this time.
0 commit comments