diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index 1cb5254b..431e9cb9 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -138,7 +138,7 @@ jobs: export PKG_CONFIG_ALLOW_CROSS=1 fi cargo build --release ${{ matrix.args }} - ls -R target/release + ls -R . # Run pre build again to copy the CLI into app - name: Run pre_build.js on ${{ matrix.platform }}