From 98d350046b0d2dafa328dcf79683132b0347335f Mon Sep 17 00:00:00 2001 From: Vijay Anand E G <81947404+egvijayanand@users.noreply.github.com> Date: Sun, 19 Jun 2022 02:48:47 +0530 Subject: [PATCH] Cleared the error in workflow file --- .github/workflows/build-maui-toolkit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-maui-toolkit.yml b/.github/workflows/build-maui-toolkit.yml index 8ae6fe8..2372463 100644 --- a/.github/workflows/build-maui-toolkit.yml +++ b/.github/workflows/build-maui-toolkit.yml @@ -53,7 +53,7 @@ jobs: # Build the project in Release mode - name: Build the Solution in Release mode - run: .\Create-Package.bat ${{ secrets.BUILD_CONFIG }} ${{ secrets:MAUI_TOOLKIT_PKG_VERSION }} + run: .\Create-Package.bat ${{ secrets.BUILD_CONFIG }} ${{ secrets.MAUI_TOOLKIT_PKG_VERSION }} - name: Archive VijayAnand.MauiToolkit.Core NuGet package uses: actions/upload-artifact@v3