Skip to content

Commit

Permalink
Merge pull request #266 from PrestaEdit/patch-2
Browse files Browse the repository at this point in the history
Update release drafter
  • Loading branch information
jf-viguier authored Nov 26, 2024
2 parents 5da0635 + edc2304 commit 5628e9b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,20 @@ jobs:
- name: Clean-up project
uses: PrestaShopCorp/[email protected]
- name: Create & upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: ../
path: /home/runner/work/${{ github.event.repository.name }}
update_release_draft:
runs-on: ubuntu-latest
needs: [deploy]
if: github.event_name == 'push'
steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v3
with:
name: ${{ github.event.repository.name }}
path: ${{ github.event.repository.name }}
- id: release_info
uses: release-drafter/release-drafter@v5
env:
Expand Down Expand Up @@ -62,4 +63,4 @@ jobs:
upload_url: ${{ steps.release_info.outputs.upload_url }}
asset_path: ./${{ github.event.repository.name }}/${{ github.event.repository.name }}.zip
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 5628e9b

Please sign in to comment.