Skip to content

Commit 0e8c6e4

Browse files
authored
Update build_windows.yml
1 parent 2b4b158 commit 0e8c6e4

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/build_windows.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,3 @@ jobs:
3737
with:
3838
name: Compiled-Binary
3939
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-
env:
56-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
with:
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

Comments
 (0)