We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4b158 commit 0e8c6e4Copy full SHA for 0e8c6e4
.github/workflows/build_windows.yml
@@ -37,26 +37,3 @@ jobs:
37
with:
38
name: Compiled-Binary
39
path: ${{github.workspace}}/lib/dls/
40
-
41
- - name: Create Release
42
- id: create_release
43
- uses: actions/create-release@v1
44
- env:
45
- GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
46
- with:
47
- tag_name: v${{ github.ref }}
48
- release_name: Release v${{ github.ref }}
49
- draft: false
50
- prerelease: false
51
52
- - name: Upload Asset
53
- id: upload_asset
54
- uses: actions/upload-release-asset@v1
55
56
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
58
- upload_url: ${{ steps.create_release.outputs.upload_url }}
59
- asset_path: ${{ github.workspace }}/lib/dls/serialport.dll
60
- asset_name: serialport.dll
61
- asset_content_type: application/octet-stream
62
0 commit comments