Update build-android.yml

This commit is contained in:
Lee Sheppard 2023-10-18 13:09:39 +02:00 committed by GitHub
parent 2835521d56
commit 7c370c910a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
build-and-ship-android:
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: /apps/skolplattformen-app-new/Gemfile
BUNDLE_GEMFILE: ${{ github.workspace }}/apps/skolplattformen-app-new/Gemfile
steps:
- name: Checkout code
uses: actions/checkout@v3