Skip to content

Commit

Permalink
fix: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Sep 23, 2020
1 parent 9b4c725 commit 02469a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/chrome/search_google_us-${{ steps.release_info.outputs.VERSION }}-chrome.zip
asset_name: search_google_us-${{ steps.release_info.outputs.VERSION }}-chrome.zip
asset_path: artifacts/chrome/search_on_google_us-${{ steps.release_info.outputs.VERSION }}-chrome.zip
asset_name: search_on_google_us-${{ steps.release_info.outputs.VERSION }}-chrome.zip
asset_content_type: application/octet-stream
- name: Upload GitHub release assets
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/firefox/search_google_us-${{ steps.release_info.outputs.VERSION }}-firefox.zip
asset_name: search_google_us-${{ steps.release_info.outputs.VERSION }}-firefox.zip
asset_path: artifacts/firefox/search_on_google_us-${{ steps.release_info.outputs.VERSION }}-firefox.zip
asset_name: search_on_google_us-${{ steps.release_info.outputs.VERSION }}-firefox.zip
asset_content_type: application/octet-stream

0 comments on commit 02469a5

Please sign in to comment.