diff options
| author | Albin <albin@mullvad.net> | 2023-09-26 10:56:15 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-09-26 12:11:36 +0200 |
| commit | b9c814f858429b20dd640b786f8c586ea79ec08a (patch) | |
| tree | 5c001e9173a9efa8ba37db0817cd70a61cb8de3d /.github/workflows | |
| parent | 0d59b1c01fc0afb03c1f66527d8ab5a20eddbc6c (diff) | |
| download | mullvadvpn-b9c814f858429b20dd640b786f8c586ea79ec08a.tar.xz mullvadvpn-b9c814f858429b20dd640b786f8c586ea79ec08a.zip | |
Fix relay list path in GH actions
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 4dea9151d8..f6d56f318b 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -187,7 +187,7 @@ jobs: - uses: actions/download-artifact@v3 with: name: relay-list - path: build/relays.json + path: build - name: Build Android app uses: burrunan/gradle-cache-action@v1 |
