Skip to content

Commit

Permalink
pull out nupkg upload into own file
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Nov 25, 2023
1 parent bd3896a commit f0015af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ jobs:
name: x64
path: |
Build/netfx4-Debug/x64/*.dll
- name: Upload x64 Artifacts
uses: actions/upload-artifact@v3
with:
name: NuGet Package
path: |
EasyHook.*.nupkg

0 comments on commit f0015af

Please sign in to comment.