Skip to content

Commit

Permalink
fix missing ps3configs due to bug in workflow file
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <[email protected]>
  • Loading branch information
sahlberg committed Sep 17, 2023
1 parent 7e9cf06 commit f06be1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
mkdir dist/pop-fe/ppf
cp ppf/*.* dist/pop-fe/ppf
mkdir dist/pop-fe/ps3configs
cp -r ps3configs/*.* dist/pop-fe/ps3configs
cp -r ps3configs/* dist/pop-fe/ps3configs
- name: Update dist/pop-fe-ps3
run: |
mkdir dist/pop-fe-ps3/atracdenc
Expand All @@ -147,7 +147,7 @@ jobs:
mkdir dist/pop-fe-ps3/ppf
cp ppf/*.* dist/pop-fe-ps3/ppf
mkdir dist/pop-fe-ps3/ps3configs
cp -r ps3configs/*.* dist/pop-fe-ps3/ps3configs
cp -r ps3configs/* dist/pop-fe-ps3/ps3configs
- name: Upload pop-fe-ui artefact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f06be1c

Please sign in to comment.