We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9553d78 commit c298721Copy full SHA for c298721
.github/workflows/release-linux.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/upload-artifact@v4
34
with:
35
name: termin8or_examples-glibc2.38
36
- path: examples/bin/
+ path: Examples/bin/
37
retention-days: 1
38
39
build-legacy-linux-release:
@@ -62,7 +62,7 @@ jobs:
62
63
64
name: termin8or_examples-glibc2.35
65
66
67
68
create-linux-release:
.github/workflows/release-macos.yml
name: termin8or_examples-macos-build
- path: demo/bin/
create-macos-release:
0 commit comments