Skip to content

Commit

Permalink
devops: fix upload artifact workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxencePerrinPrestashop authored Sep 25, 2024
1 parent 5f122ce commit 400f0d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: ../
path: ${{ github.workspace }}

upload_release_asset_production:
name: Upload the production zip asset to the release
Expand All @@ -91,6 +91,7 @@ jobs:
uses: actions/download-artifact@v1
with:
name: ${{ github.event.repository.name }}
path: ${{ github.workspace }}

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
Expand Down

0 comments on commit 400f0d4

Please sign in to comment.