Skip to content

Commit

Permalink
Update build_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored Jan 23, 2024
1 parent 1817173 commit dfa387c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'main'

paths:
- '.github/workflows/build.yml'
- '.github/workflows/build_windows.yml'

workflow_dispatch:
inputs:
Expand Down Expand Up @@ -50,6 +50,6 @@ jobs:
- name: 'Upload artifacts'
uses: actions/upload-artifact@v3
with:
name: 'serial-lib-x64'
name: 'serial-lib-windows-x64'
path: ${{github.workspace}}\build\cpp\Release\serialport.dll

0 comments on commit dfa387c

Please sign in to comment.