Skip to content

Commit 413d431

Browse files
committed
Android SDK build
1 parent 16dcbaa commit 413d431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/upload-artifact@v4
5656
with:
5757
compression-level: 0
58-
path: $RUNNER_TEMP/swift-android-sdk/products/*.artifactbundle.tar.gz
58+
path: ${{ runner.temp }}/swift-android-sdk/products/*.artifactbundle.tar.gz
5959
- name: Install SDK Locally
6060
run:
6161
$RUNNER_TEMP/host-toolchain/*/usr/bin/swift sdk install $RUNNER_TEMP/swift-android-sdk/products/*.artifactbundle.tar.gz

0 commit comments

Comments
 (0)