Skip to content

Commit

Permalink
https://github.com/actions/upload-artifact puts files in a sub directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Di Rocco committed Dec 21, 2019
1 parent adfaa82 commit ab4d392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: soap_client.phar
asset_path: soap_client.phar/soap_client.phar
asset_name: soap_client.phar
asset_content_type: application/octet-stream

0 comments on commit ab4d392

Please sign in to comment.