Skip to content

Commit

Permalink
Fix/deploy workflow ps8 (#1286)
Browse files Browse the repository at this point in the history
* Fix PS 8 deployment

* Fix PS 8 deployment

* Fix PS 8 deployment

* Fix PS 8 deployment

* Fix PS 8 deployment
  • Loading branch information
seiwan authored Nov 18, 2024
1 parent e0a512b commit bb28780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ps8-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.ZIP_NAME }}
path: ${{ env.artifacts_path }}/.
path: ${{ env.artifacts_path }}
include-hidden-files: true

- name: Move files at root project
Expand Down

0 comments on commit bb28780

Please sign in to comment.