Skip to content

Commit

Permalink
Update deploy-android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kajetan-kazimierczak authored Apr 8, 2024
1 parent ea824ef commit f23ef5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
BUILDNUMBER: $(expr ${{ github.run_number }} + 16)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup .NET SDK ${{env.DOTNETVERSION}}
uses: actions/setup-dotnet@v1
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
shell: bash
run: |
cd src
dotnet workload restore ${{env.PROJECTNAME}}.sln
dotnet restore ${{env.PROJECTNAME}}.sln
# https://docs.microsoft.com/en-us/dotnet/maui/android/deployment/overview
Expand Down

0 comments on commit f23ef5e

Please sign in to comment.