From a45c8c1f7e4a2e0e244ace5afc97b5cfe805bf9b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 21 Nov 2022 10:48:53 -0800 Subject: [PATCH] ci: release into zig-out --- .github/workflows/release-tip.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 8a0d6d25d..bde230d84 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -93,9 +93,10 @@ jobs: - uses: actions/download-artifact@v3 with: name: app-bundle + path: zig-out - name: Display structure of downloaded files - run: ls -R + run: ls -R zig-out - name: Codesign app bundle # Extract the secrets we defined earlier as environment variables