File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ jobs:
22
22
- name : Clean-up project
23
23
uses :
PrestaShopCorp/[email protected]
24
24
- name : Create & upload artifact
25
- uses : actions/upload-artifact@v1
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : ${{ github.event.repository.name }}
28
- path : ../
28
+ path : /home/runner/work/${{ github.event.repository.name }}
29
29
update_release_draft :
30
30
runs-on : ubuntu-latest
31
31
needs : [deploy]
32
32
if : github.event_name == 'push'
33
33
steps :
34
34
- name : Download artifact
35
- uses : actions/download-artifact@v1
35
+ uses : actions/download-artifact@v3
36
36
with :
37
37
name : ${{ github.event.repository.name }}
38
+ path : ${{ github.event.repository.name }}
38
39
- id : release_info
39
40
uses : release-drafter/release-drafter@v5
40
41
env :
62
63
upload_url : ${{ steps.release_info.outputs.upload_url }}
63
64
asset_path : ./${{ github.event.repository.name }}/${{ github.event.repository.name }}.zip
64
65
asset_name : ${{ github.event.repository.name }}.zip
65
- asset_content_type : application/zip
66
+ asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments