WIP: Use nightly build for relocator logging, always save artifact

This commit is contained in:
Aditya Sharad
2023-04-19 14:07:17 -07:00
committed by GitHub
parent 38afd3b36f
commit 8c19cf83b9
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
slice: [1,2,3,4]
version: [cached]
version: [nightly-latest]
name: Swift analysis using autobuild
timeout-minutes: 15
runs-on: macos-latest
@@ -52,7 +52,7 @@ jobs:
echo "Did not create a database for Swift."
fi
- name: Upload artifact
if: failure() || cancelled()
if: always()
uses: actions/upload-artifact@v3
with:
name: swift-autobuild-dbs-${{ matrix.slice }}