Skip to content

Commit

Permalink
version of artifact action is updated (#555)
Browse files Browse the repository at this point in the history
* version of artifact action is updated

* include hidden files in artifact actions

* version of artifact action is updated

* fix erreur in build-release.yml file

* fix erreur in publish.yml file
  • Loading branch information
ClaraLpresta authored Sep 11, 2024
1 parent a56be02 commit 4d42005
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
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: ./
include-hidden-files: true
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ jobs:
paths: 'crowdin.yml'

- name: Create & upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: ../
path: ./
include-hidden-files: true

upload_release_asset_production:
name: Upload the production zip asset to the release
Expand Down

0 comments on commit 4d42005

Please sign in to comment.