We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dcbaa commit 413d431Copy full SHA for 413d431
.github/workflows/pull_request.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: actions/upload-artifact@v4
56
with:
57
compression-level: 0
58
- path: $RUNNER_TEMP/swift-android-sdk/products/*.artifactbundle.tar.gz
+ path: ${{ runner.temp }}/swift-android-sdk/products/*.artifactbundle.tar.gz
59
- name: Install SDK Locally
60
run:
61
$RUNNER_TEMP/host-toolchain/*/usr/bin/swift sdk install $RUNNER_TEMP/swift-android-sdk/products/*.artifactbundle.tar.gz
0 commit comments