Skip to content

Commit

Permalink
Refactor windows upload artifact parts
Browse files Browse the repository at this point in the history
  • Loading branch information
GwnDaan committed Aug 20, 2023
1 parent c31cc25 commit 44ff906
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: windows-executable
path: |
./*.dll
./*.exe
./build/*.dll
./build/*.exe
path: |
build/**/*.dll
build/**/*.exe
ubuntu_build:
name: Ubuntu Build
Expand Down

0 comments on commit 44ff906

Please sign in to comment.