From bab61b7ba2208ef41f942a9b4c684ba217df4577 Mon Sep 17 00:00:00 2001 From: Alexey <248997@gmail.com> Date: Wed, 27 Nov 2024 10:15:02 +0500 Subject: [PATCH] fix(ci): env variable in release-action.yml --- .github/workflows/release-action.yml | 2 +- src/Asv.IO/Asv.IO.csproj | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index fca543a..4341fb0 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -9,7 +9,7 @@ on: env: PATH_TO_PROJECTS: ${{ github.workspace }}\src - PATH_TO_PROJECTSPACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}\output\ + PACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}\output\ NUGET_SOURCE_URL: 'https://api.nuget.org/v3/index.json' GITHUB_PACKAGES_URL: 'https://nuget.pkg.github.com/asv-soft/index.json' PROPS_VERSION_VAR_NAME: 'ProductVersion' diff --git a/src/Asv.IO/Asv.IO.csproj b/src/Asv.IO/Asv.IO.csproj index e51db51..68747c7 100644 --- a/src/Asv.IO/Asv.IO.csproj +++ b/src/Asv.IO/Asv.IO.csproj @@ -54,7 +54,6 @@ -