Skip to content

Commit 10e7a27

Browse files
committed
version 1.0.0
1 parent a818e97 commit 10e7a27

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name: "Pre-Release"
33

44
on:
5+
push:
6+
paths:
7+
- '.github/workflows/release.yml'
8+
59
pull_request:
610
branches: [ "main" ]
711
paths:
@@ -29,7 +33,7 @@ jobs:
2933
uses: actions/upload-artifact@v3
3034
with:
3135
name: linux-binary
32-
path: ${{github.workspace}}/build/libserialport.so
36+
path: ${{github.workspace}}/build/src/libserialport.so
3337

3438
build_windows:
3539
runs-on: windows-latest
@@ -47,7 +51,7 @@ jobs:
4751
uses: actions/upload-artifact@v3
4852
with:
4953
name: windows-binary
50-
path: ${{github.workspace}}\build\Release\serialport.dll
54+
path: ${{github.workspace}}\build\src\Release\serialport.dll
5155

5256
pre-release:
5357
needs: [build_windows, build_linux]

0 commit comments

Comments
 (0)