Skip to content

Commit

Permalink
Fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ddly committed Jun 25, 2024
1 parent eb2f0d5 commit 32d907b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:

- run: zip -ur tpay-php.zip vendor/

- run: mkdir plugin && unzip tpay-php.zip -d plugin
- run: mkdir sdk && unzip tpay-php.zip -d plugin

- uses: actions/upload-artifact@v4
id: plugin-upload
with:
name: 'tpay-php'
path: 'plugin/'
path: 'sdk/'

- uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 32d907b

Please sign in to comment.