We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36798c2 commit 941fc82Copy full SHA for 941fc82
.github/workflows/binaries.yml
@@ -41,12 +41,12 @@ jobs:
41
-DCMAKE_BUILD_TYPE=Release .. \
42
-DCARLSIM_GH_ACTIONS=ON
43
make -j$(nproc) install
44
- zip -r ${{github.workspace}}/binaries.zip /tmp/carlsim6
+ zip -r ${{github.workspace}}/binaries2.zip /tmp/carlsim6
45
46
- name: Upload binaries to release
47
uses: svenstaro/upload-release-action@v2
48
with:
49
repo_token: ${{ secrets.GITHUB_TOKEN }}
50
- file: ${{github.workspace}}/binaries.zip
+ file: ${{github.workspace}}/binaries2.zip
51
asset_name: ubu20cuda11.zip
52
tag: ${{ github.ref }}
0 commit comments