We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d232a04 commit 4caf800Copy full SHA for 4caf800
1 file changed
.github/workflows/main.yaml
@@ -46,7 +46,7 @@ jobs:
46
if: ${{ (matrix.operating-system == 'ubuntu-latest') && (matrix.lazarus-versions == 'stable') }}
47
uses: actions/upload-artifact@v4
48
with:
49
- name: examples-linux
+ name: linux
50
path: |
51
bin/oneform
52
bin/twoforms
@@ -71,10 +71,11 @@ jobs:
71
- name: Download the Release binary
72
uses: actions/download-artifact@v4
73
74
75
+ path: examples-linux
76
77
- name: List files
- run: ls -alFR
78
+ run: ls -alF examples-linux
79
80
- name: Create release files
81
run: |
0 commit comments