Skip to content

Commit

Permalink
Cleared the error in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
egvijayanand committed Jun 18, 2022
1 parent 1fe7226 commit 98d3500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-maui-toolkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98d3500

Please sign in to comment.