Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
AnakinRaW committed May 31, 2024
1 parent f21a69b commit 1a48af0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: Create NetFramework Release
run: dotnet build .\src\ModVerify.CliApp\ModVerify.CliApp.csproj --configuration Release -f net48 --output ./releases/net48
run: dotnet publish .\src\ModVerify.CliApp\ModVerify.CliApp.csproj --configuration Release -f net48 --output ./releases/net48
- name: Create Net Core Release
run: dotnet build .\src\ModVerify.CliApp\ModVerify.CliApp.csproj --configuration Release -f net8.0 --output ./releases/net8.0
run: dotnet publish .\src\ModVerify.CliApp\ModVerify.CliApp.csproj --configuration Release -f net8.0 --output ./releases/net8.0
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
Expand All @@ -52,8 +52,8 @@ jobs:
path: ./releases
- name: Create NET Core zip
# Change into the artifacts directory to avoid including the directory itself in the zip archive
working-directory: YoutubeDownloader/
run: zip -r ./releases/ModVerify-Net8.zip ./releases/net8.0
working-directory: ./releases/net8.0
run: zip -r ./releases/ModVerify-Net8.zip .
- uses: dotnet/[email protected]
id: nbgv
- name: Create GitHub release
Expand Down

0 comments on commit 1a48af0

Please sign in to comment.