Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Find location of build asset
Browse files Browse the repository at this point in the history
  • Loading branch information
theothertomelliott committed Mar 29, 2020
1 parent 81dc5a1 commit d303b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ jobs:
uses: actions/download-artifact@v1
with:
name: build
- run: ls
- name: Upload MacOS
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: ./edward-0.0.0-darwin-amd64.zip
asset_path: build/edward-0.0.0-darwin-amd64.zip
asset_name: edward-0.0.0-macOS-64bit.zip
asset_content_type: application/zip

0 comments on commit d303b9c

Please sign in to comment.