From 52b5837f3a7c286607e58c1fdef318b72033acbb Mon Sep 17 00:00:00 2001 From: Caelan Sayler Date: Sat, 14 May 2022 15:36:12 +0100 Subject: [PATCH] how does downloadartifact work? --- .github/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08d540e5..0caf33cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,6 +85,10 @@ jobs: uses: actions/download-artifact@v3 with: name: osx-build + - name: test + run: | + ls -la . + ls -la ./osx-build - name: Install Apple Certificate env: BUILD_CERTIFICATE_BASE64: ${{ secrets.APPLE_BUILD_CERTIFICATE_BASE64 }} @@ -139,10 +143,8 @@ jobs: run: | export NUGET_VERSION=$(nbgv get-version -f json | python3 -c "import sys, json; print(json.load(sys.stdin)['NuGetPackageVersion'])") echo $NUGET_VERSION - - name: Download artifacts + - name: Download all workflow artifacts uses: actions/download-artifact@v3 - with: - name: tools - name: Decompress artifacts run: | unzip ./tools/squirrel-osx-x64.zip -d ./build/publish