diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7a8e9e3..1124a39 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -36,7 +36,7 @@ jobs: run: dotnet restore ./Bot/Lunaris2.csproj - name: Build - run: dotnet build ./Bot/Lunaris2.csproj --no-restore -c Release /p:Version=${{ steps.previoustag.outputs.tag }} -o ./out + run: dotnet build ./Bot/Lunaris2.csproj --no-restore -c Release /p:AssemblyVersion=${{ steps.previoustag.outputs.tag }} -o ./out - name: Publish run: dotnet publish ./Bot/Lunaris2.csproj --configuration Release --output ./out