change interpolation type in path
Some checks failed
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Failing after 43s

This commit is contained in:
Максим Човнюк 2024-12-05 16:32:21 +05:00
parent 3ab24dcd37
commit db0afd4668

View File

@ -30,7 +30,7 @@ jobs:
uses: brandedoutcast/publish-nuget@v2
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: $APP_PROJECT_NAME/$APP_PROJECT_NAME.csproj
PROJECT_FILE_PATH: ${{ env.APP_PROJECT_NAME }}/${{ env.APP_PROJECT_NAME }}.csproj
# Configuration to build and package
# BUILD_CONFIGURATION: Release