Skip to content

Commit

Permalink
Try a different upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Oct 21, 2022
1 parent ee39105 commit 9659223
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,8 @@ jobs:
run: echo "::set-output name=filename::MacPorts-$(echo $(basename $GITHUB_REF) | colrm 1 1)-$(uname -r | cut -f 1 -d .).tar.bz2"
id: filename
- name: Deploy binary to release
uses: actions/upload-release-asset@v1
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ format( './{0}', steps.filename.outputs.filename ) }}
asset_name: ${{ format( '{0}', steps.filename.outputs.filename ) }}
asset_content_type: application/x-bzip2
files: ${{ format( '{0}', steps.filename.outputs.filename ) }}

0 comments on commit 9659223

Please sign in to comment.