Skip to content

Commit

Permalink
Fix sanity-check.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Azif committed Nov 27, 2021
1 parent a99e618 commit 38fc79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
run: |
git clone https://github.com/Scene-Collective/ps4-payload-sdk ~/ps4-payload-sdk && cd "$_"
chmod +x install.sh
./install.sh
sudo ./install.sh
-
name: "Build Payload"
run: |
export PS4SDK="$(echo $HOME)/PS4SDK"
export PS4SDK=/opt/ps4sdk
make
-
name: "Upload Binary Artifact"
Expand Down

0 comments on commit 38fc79d

Please sign in to comment.