Skip to content

Commit 79c48fb

Browse files
committed
Update
1 parent 84293ac commit 79c48fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ jobs:
5959
uses: actions/download-artifact@v4
6060
with:
6161
name: opencue_packages
62+
path: packages
6263

6364
- name: Gather package paths
6465
id: package_outputs
6566
run: |
67+
ls -la
6668
echo "proto_path=$(ls -a packages/opencue_proto-*.whl)" >> $GITHUB_OUTPUT
6769
echo "rqd_path=$(ls -a packages/opencue_rqd-*.whl)" >> $GITHUB_OUTPUT
6870
echo "pycue_path=$(ls -a packages/opencue_pycue-*.whl)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)