Skip to content

Commit a71bf5c

Browse files
committed
f
1 parent 0568a05 commit a71bf5c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ctest-develop.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,4 @@ jobs:
1919
cmake --build build
2020
ctest --test-dir build
2121
cd build && ctest && cd ..
22-
23-
- name: Package artifacts
24-
run: |
25-
cd build
26-
tar -czvf odrive-lib.tar.gz libOdrive.a
27-
28-
# Upload release artifact to GitHub Releases
29-
- name: Create GitHub Release
30-
uses: softprops/action-gh-release@v1
31-
with:
32-
files: build/odrive-lib.tar.gz
33-
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
3622

0 commit comments

Comments
 (0)