Skip to content

Commit

Permalink
Fix Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 committed Nov 25, 2023
1 parent cde9f87 commit 6b409f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
run: msbuild -m EasyHook.sln /p:Configuration=netfx4-Debug /p:Platform=x64 /p:TargetFrameworkVersion=v4.8 /p:TargetFrameworkProfile=""
- name: Build NuGet Package
run: nuget pack EasyHook.nuspec -PackagesDirectory packages -Prop Configuration=Release
- name: debug
run: dir .
- name: Upload x86 Artifacts
uses: actions/upload-artifact@v3
with:
Expand All @@ -43,4 +41,4 @@ jobs:
with:
name: NuGet Package
path: |
EasyHook.*.nupkg
Andraste.EasyHook.*.nupkg

0 comments on commit 6b409f5

Please sign in to comment.