mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-09 18:08:57 +01:00
Update Build.yml
This commit is contained in:
parent
7ca5855198
commit
897fa4c8b7
8
.github/workflows/Build.yml
vendored
8
.github/workflows/Build.yml
vendored
@ -65,3 +65,11 @@ jobs:
|
|||||||
prerelease: false
|
prerelease: false
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Upload Release Asset
|
||||||
|
uses: actions/upload-release-asset@v1
|
||||||
|
with:
|
||||||
|
upload_url: ${{ steps.version_info.outputs.upload_url }}
|
||||||
|
asset_path: actions-temp/build/2hsu.exe
|
||||||
|
asset_name: 2hsu.exe
|
||||||
|
asset_content_type: application/octet-stream
|
||||||
|
Loading…
Reference in New Issue
Block a user