Skip to content

Commit

Permalink
fix: ixed workflow upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 authored Sep 23, 2023
1 parent a1bbb1f commit 94ed1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
# Artifact name
name: DiSHLoader-Debug
path: ./DiSHLoader/bin/Debug/net-7.0/*
path: ./DiSHLoader/bin/Debug/net7.0/*
- name: Make it an EXE app for Release
run: ((Get-Content -path DiSHLoader/DiSHLoader.csproj -Raw) -replace 'Exe','WinExe') | Set-Content -Path DiSHLoader/DiSHLoader.csproj
- name: Build
Expand All @@ -43,4 +43,4 @@ jobs:
with:
# Artifact name
name: DiSHLoader-Release
path: ./DiSHLoader/bin/Release/net-7.0/*
path: ./DiSHLoader/bin/Release/net7.0/*

0 comments on commit 94ed1ed

Please sign in to comment.