mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-23 22:05:53 +00:00
Update build.yml
This commit is contained in:
@@ -180,6 +180,8 @@ jobs:
|
||||
|
||||
- name: Upload Artifact to Release
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.check_release.outputs.release_exists == 'true' && steps.check_release.outputs.upload_url || steps.create_release.outputs.upload_url }}
|
||||
asset_path: ${{ github.workspace }}\${{ steps.get_version.outputs.filename }}.7z
|
||||
|
||||
Reference in New Issue
Block a user