Skip to content

Commit 4caf800

Browse files
committed
chore: Testing with new path
1 parent d232a04 commit 4caf800

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: ${{ (matrix.operating-system == 'ubuntu-latest') && (matrix.lazarus-versions == 'stable') }}
4747
uses: actions/upload-artifact@v4
4848
with:
49-
name: examples-linux
49+
name: linux
5050
path: |
5151
bin/oneform
5252
bin/twoforms
@@ -71,10 +71,11 @@ jobs:
7171
- name: Download the Release binary
7272
uses: actions/download-artifact@v4
7373
with:
74-
name: examples-linux
74+
name: linux
75+
path: examples-linux
7576

7677
- name: List files
77-
run: ls -alFR
78+
run: ls -alF examples-linux
7879

7980
- name: Create release files
8081
run: |

0 commit comments

Comments
 (0)