Skip to content

Commit

Permalink
release for linux mac
Browse files Browse the repository at this point in the history
  • Loading branch information
uelei committed May 2, 2022
1 parent de7cc46 commit 4a50827
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,13 @@ jobs:
draft: false
prerelease: false
- name: Upload Release Asset
if: matrix.platform != 'windows-latest'
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./my-artifact.zip
asset_name: my-artifact.zip
asset_content_type: application/zip
asset_path: dist/go_get_dolar-${{ matrix.platform }}_${{ needs.version.outputs.current-version }}
asset_name: go_get_dolar-${{ matrix.platform }}_${{ needs.version.outputs.current-version }}
asset_content_type: application/octet-stream

0 comments on commit 4a50827

Please sign in to comment.