Skip to content

Commit 62736e4

Browse files
committed
ci: demos artifact path is relative
1 parent 279e37f commit 62736e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ jobs:
599599
uses: actions/upload-artifact@v4
600600
with:
601601
name: demos${{ (contains(fromJSON('["master", "develop"]'), github.ref_name ) && format('-{0}', github.ref_name)) || '' }}-${{ runner.os }}
602-
path: ${{ env.demos_path }}
602+
path: demos.tar.gz
603603
# develop and master are retained for longer so that they can be compared
604604
retention-days: ${{ contains(fromJSON('["master", "develop"]'), github.ref_name) && '30' || '1' }}
605605

0 commit comments

Comments
 (0)