Skip to content

Commit

Permalink
fix: fixed CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 authored Sep 23, 2023
1 parent f7e7d0c commit a1bbb1f
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/*
path: ./DiSHLoader/bin/Debug/net-7.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/*
path: ./DiSHLoader/bin/Release/net-7.0/*

0 comments on commit a1bbb1f

Please sign in to comment.