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