Skip to content

Commit c298721

Browse files
committed
Hopefully fixes linux and macos release builds.
1 parent 9553d78 commit c298721

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/upload-artifact@v4
3434
with:
3535
name: termin8or_examples-glibc2.38
36-
path: examples/bin/
36+
path: Examples/bin/
3737
retention-days: 1
3838

3939
build-legacy-linux-release:
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/upload-artifact@v4
6363
with:
6464
name: termin8or_examples-glibc2.35
65-
path: examples/bin/
65+
path: Examples/bin/
6666
retention-days: 1
6767

6868
create-linux-release:

.github/workflows/release-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/upload-artifact@v4
3434
with:
3535
name: termin8or_examples-macos-build
36-
path: demo/bin/
36+
path: Examples/bin/
3737
retention-days: 1
3838

3939
create-macos-release:

0 commit comments

Comments
 (0)