Skip to content

Commit

Permalink
Fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymen TROUDI authored and Aymen TROUDI committed Jul 2, 2022
1 parent 3f7cff9 commit 1ab098b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET 5
name: .NET

on:
push:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish AcuWebSiteManager
uses: brandedoutcast/publish-nuget@v2.5.5
uses: alirezanet/publish-nuget@v3.0.3
with:
PACKAGE_NAME: AcuWebSiteManager
PROJECT_FILE_PATH: App/App.csproj
Expand Down
2 changes: 1 addition & 1 deletion App/App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>0.1.0</Version>
<Version>0.1.1-beta</Version>
<Authors>aimenux</Authors>
<PackAsTool>true</PackAsTool>
<PackageId>AcuWebSiteManager</PackageId>
Expand Down

0 comments on commit 1ab098b

Please sign in to comment.