Skip to content

Commit a00c83b

Browse files
authored
Fix nightly release (#156)
Clears up some flotsam that got left over after the great submodule shift.
1 parent 7a5f2da commit a00c83b

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,19 @@ jobs:
4545
with:
4646
python-version: ${{ matrix.python }}
4747

48-
- name: Checkout core-libs nightly
48+
- name: Checkout acquire-common nightly
4949
if: ${{github.ref_name == 'nightly'}}
5050
run: |
5151
git fetch --tags
5252
git checkout nightly
5353
git submodule update
54-
working-directory: ${{github.workspace}}/acquire-libs/acquire-core-libs
55-
56-
- name: Checkout runtime nightly
57-
if: ${{github.ref_name == 'nightly'}}
58-
run: |
59-
git fetch --tags
60-
git checkout nightly
61-
git submodule update
62-
working-directory: ${{github.workspace}}/acquire-libs/acquire-video-runtime
54+
working-directory: ${{github.workspace}}/acquire-common
6355

6456
- name: Set config to pull nightly drivers
6557
if: ${{github.ref_name == 'nightly'}}
6658
run: |
6759
cat >drivers.json <<EOF
6860
{
69-
"acquire-driver-common": "nightly",
7061
"acquire-driver-zarr": "nightly",
7162
"acquire-driver-egrabber": "nightly",
7263
"acquire-driver-hdcam": "nightly",

0 commit comments

Comments
 (0)