Skip to content

Commit

Permalink
Update windbot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Feb 16, 2024
1 parent 3c0707f commit 574d6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ jobs:
shell: bash
run: |
echo "ARTIFACT=WindBotIgnite-Release-$(date +%Y%m%d)-${{ github.sha }}.zip" >> $GITHUB_ENV
- name: Install android SDK 25
- name: Install android SDK 24
shell: bash
run: |
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager.bat \
--sdk_root=$ANDROID_SDK_ROOT \
"build-tools;25.0.0" "platforms;android-25"
"build-tools;28.0.2" "platforms;android-24"
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- uses: actions/checkout@v1
Expand Down

0 comments on commit 574d6c3

Please sign in to comment.