Skip to content

Commit

Permalink
Add all to Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Oct 26, 2023
1 parent e1aef7b commit 423e378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: ArtNetSharp/bin/Release/netstandard2.0/ArtNetSharp.dll
path: ArtNetSharp/bin/Release/**/ArtNetSharp.dll
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path: ArtNetSharp/bin/Release/netstandard2.0/ArtNetSharp.dll
path: ArtNetSharp/bin/Release/**/ArtNetSharp.dll
- name: Publish ArtNetSharp
uses: brandedoutcast/[email protected]
with:
Expand Down

0 comments on commit 423e378

Please sign in to comment.