Skip to content

Commit

Permalink
Fix ENOENT: no such file or directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskoczilova committed Aug 19, 2021
1 parent 8b758f0 commit 7d50798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{github.workspace}}/$SLUG.zip
asset_name: $SLUG.zip
asset_path: ${{github.workspace}}/woocommerce-pay-for-payment.zip
asset_name: woocommerce-pay-for-payment.zip
asset_content_type: application/zip

0 comments on commit 7d50798

Please sign in to comment.