Skip to content

Commit 941fc82

Browse files
authored
debug GH Actions WF file ...
1 parent 36798c2 commit 941fc82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
-DCMAKE_BUILD_TYPE=Release .. \
4242
-DCARLSIM_GH_ACTIONS=ON
4343
make -j$(nproc) install
44-
zip -r ${{github.workspace}}/binaries.zip /tmp/carlsim6
44+
zip -r ${{github.workspace}}/binaries2.zip /tmp/carlsim6
4545
4646
- name: Upload binaries to release
4747
uses: svenstaro/upload-release-action@v2
4848
with:
4949
repo_token: ${{ secrets.GITHUB_TOKEN }}
50-
file: ${{github.workspace}}/binaries.zip
50+
file: ${{github.workspace}}/binaries2.zip
5151
asset_name: ubu20cuda11.zip
5252
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)