File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4646 MAUI_VERSION=$(awk '/^## [0-9]+\.[0-9]+\.[0-9]+-dev(\.[0-9]+)?$/ {print $2; exit}' PowerSync/PowerSync.Maui/CHANGELOG.md)
4747 echo "Detected Version: $MAUI_VERSION"
4848 echo "VERSION=$MAUI_VERSION" >> $GITHUB_ENV
49-
49+
50+ - name : Build MAUI Project
51+ run : dotnet build PowerSync/PowerSync.Maui -c Release
52+
5053 - name : Run Pack For MAUI
5154 run : dotnet pack PowerSync/PowerSync.Maui -c Release -o ${{ github.workspace }}/output
5255
Original file line number Diff line number Diff line change 4646 MAUI_VERSION=$(awk '/^## [0-9]+\.[0-9]+\.[0-9]+/ {print $2; exit}' PowerSync/PowerSync.Maui/CHANGELOG.md)
4747 echo "Detected Version: $MAUI_VERSION"
4848 echo "VERSION=$MAUI_VERSION" >> $GITHUB_ENV
49+
50+ - name : Build MAUI Project
51+ run : dotnet build PowerSync/PowerSync.Maui -c Release
4952
5053 - name : Run Pack For MAUI
5154 run : dotnet pack PowerSync/PowerSync.Maui -c Release -o ${{ github.workspace }}/output
You can’t perform that action at this time.
0 commit comments