Skip to content

Commit

Permalink
Switch to another GitHub action to upload the asset (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Jan 30, 2022
1 parent 958e351 commit 9aa7488
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ jobs:
path: .

- name: Upload php-scoper.phar
uses: actions/upload-release-asset@v2
env:
GITHUB_TOKEN: ${{ secrets.PHP_SCOPER_GITHUB_TOKEN }}
uses: softprops/action-gh-release@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: php-scoper.phar
asset_name: php-scoper.phar
asset_content_type: application/zip
token: ${{ secrets.PHP_SCOPER_GITHUB_TOKEN }}
files: php-scoper.phar

0 comments on commit 9aa7488

Please sign in to comment.