Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vandresen committed Dec 10, 2022
2 parents 7f2a0c1 + ff5ab71 commit 391a715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x

- name: Install dependencies
run: dotnet restore
Expand All @@ -30,13 +30,13 @@ jobs:
run: dotnet publish ./TexasPPDMLoader/TexasPPDMLoader.csproj -c Release --self-contained true -r win-x64 -p:PublishSingleFile=true

- name: View content
run: dir D:\a\TexasPPDMLoader\TexasPPDMLoader\TexasPPDMLoader\bin\Release\net6.0\win-x64\publish\
run: dir D:\a\TexasPPDMLoader\TexasPPDMLoader\TexasPPDMLoader\bin\Release\net7.0\win-x64\publish\

- name: Upload TexasPPDMLoader Build Artifact
uses: actions/upload-artifact@v2
with:
name: TexasPPDMLoader
path: D:\a\TexasPPDMLoader\TexasPPDMLoader\TexasPPDMLoader\bin\Release\net6.0\win-x64\publish\TexasPPDMLoader.exe
path: D:\a\TexasPPDMLoader\TexasPPDMLoader\TexasPPDMLoader\bin\Release\net7.0\win-x64\publish\TexasPPDMLoader.exe

- name: Create release
id: create-new-release
Expand Down

0 comments on commit 391a715

Please sign in to comment.