From 941fc82467b80806884f298de934bc7405b9f8e0 Mon Sep 17 00:00:00 2001 From: Robert Bain <31903812+bainro@users.noreply.github.com> Date: Thu, 13 Jul 2023 01:39:03 -0700 Subject: [PATCH] debug GH Actions WF file ... --- .github/workflows/binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index dbafe399..6491672b 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -41,12 +41,12 @@ jobs: -DCMAKE_BUILD_TYPE=Release .. \ -DCARLSIM_GH_ACTIONS=ON make -j$(nproc) install - zip -r ${{github.workspace}}/binaries.zip /tmp/carlsim6 + zip -r ${{github.workspace}}/binaries2.zip /tmp/carlsim6 - name: Upload binaries to release uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ${{github.workspace}}/binaries.zip + file: ${{github.workspace}}/binaries2.zip asset_name: ubu20cuda11.zip tag: ${{ github.ref }}