fixing path.

pull/169/head
Jason Kulatunga 4 years ago
parent a4e193fb25
commit 273be111b4

@ -61,7 +61,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }}
with: with:
upload_url: ${{ github.event.release.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 upload_url: ${{ github.event.release.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: './dist/frontend/scrutiny-web-freebsd-amd64' asset_path: './dist/scrutiny-web-freebsd-amd64'
asset_name: scrutiny-web-freebsd-amd64 asset_name: scrutiny-web-freebsd-amd64
asset_content_type: application/octet-stream asset_content_type: application/octet-stream
@ -72,6 +72,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.SCRUTINY_GITHUB_TOKEN }}
with: with:
upload_url: ${{ github.event.release.upload_urll }} # 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 upload_url: ${{ github.event.release.upload_urll }} # 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: './dist/frontend/scrutiny-web-freebsd-amd64' asset_path: './dist/scrutiny-collector-metrics-freebsd-amd64'
asset_name: scrutiny-collector-metrics-freebsd-amd64 asset_name: scrutiny-collector-metrics-freebsd-amd64
asset_content_type: application/octet-stream asset_content_type: application/octet-stream

Loading…
Cancel
Save