Commit 274c856 1 parent 4b93e72 commit 274c856 Copy full SHA for 274c856
File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 54
54
uses : actions/upload-artifact@v4
55
55
with :
56
56
name : paxo-v5-build
57
+ include-hidden-files : true
57
58
path : |
58
- build
59
+ build/
59
60
60
61
linux_build_test_upload :
61
62
runs-on : ubuntu-latest
64
65
- name : Checkout repository
65
66
uses : actions/checkout@v4
66
67
67
- - name : LS
68
- run : ls -a storage/sys_apps
69
-
70
68
- name : Cache dependencies
71
69
uses : actions/cache@v3
72
70
with :
@@ -110,15 +108,13 @@ jobs:
110
108
cp -r .pio/build/linux/program build
111
109
cp -r storage build
112
110
113
- - name : LS Build
114
- run : ls -a build/storage/sys_apps
115
-
116
111
- name : Upload artifact
117
112
uses : actions/upload-artifact@v4
118
113
with :
119
114
name : linux-build
115
+ include-hidden-files : true
120
116
path : |
121
- build
117
+ build/
122
118
123
119
macos_build_test_upload :
124
120
runs-on : macos-latest
@@ -175,8 +171,9 @@ jobs:
175
171
uses : actions/upload-artifact@v4
176
172
with :
177
173
name : macos-build
174
+ include-hidden-files : true
178
175
path : |
179
- build
176
+ build/
180
177
181
178
windows_build_test_upload :
182
179
runs-on : windows-latest
@@ -233,5 +230,6 @@ jobs:
233
230
uses : actions/upload-artifact@v4
234
231
with :
235
232
name : windows-build
233
+ include-hidden-files : true
236
234
path : |
237
- build
235
+ build/
You can’t perform that action at this time.
0 commit comments