Skip to content

Commit

Permalink
debug GH Actions WF file ...
Browse files Browse the repository at this point in the history
  • Loading branch information
bainro authored Jul 13, 2023
1 parent 36798c2 commit 941fc82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 941fc82

Please sign in to comment.