Skip to content

Commit

Permalink
Update build.yml [skip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuhardt authored Oct 27, 2023
1 parent 6e458e1 commit 35a0ea0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [ main ]
branches: [ main, beta ]
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
Expand Down Expand Up @@ -57,15 +57,15 @@ jobs:
- name: Restore Dependencies
run: dotnet restore RosyCrow.csproj

- name: Build MAUI Android
run: dotnet build RosyCrow.csproj -c Release -f net7.0-android33.0 --no-restore
- name: Build
run: dotnet build RosyCrow.csproj -c Release -f net7.0-android33.0 --no-restore -p:ApplicationDisplayVersion=${{ steps.gitversion.outputs.semVer }}
env:
ROSYCROW_SIGNING_KEY_PASSWORD: ${{ secrets.ROSYCROW_SIGNING_KEY_PASSWORD }}

- name: Upload Artifacts
uses: actions/[email protected]
with:
name: build-${{ github.run_number }}
name: build-${{ github.run_number }}-${{ steps.gitversion.outputs.semVer }}
path: |
bin\Release\net7.0-android33.0\app.rosy_crow-Signed.aab
bin\Release\net7.0-android33.0\app.rosy_crow-Signed.apk
Expand Down

0 comments on commit 35a0ea0

Please sign in to comment.