Skip to content

Commit 285e0aa

Browse files
committed
Actions: Add sampler_overrides to output zip
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
1 parent e299e94 commit 285e0aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Move to artifact folder
105105
run: |
106106
mkdir ${{ steps.folder-name.outputs.name }}
107-
mv lib models templates config_sample.yml YALS ${{ steps.folder-name.outputs.name }}
107+
mv lib models templates sampler_overrides config_sample.yml YALS ${{ steps.folder-name.outputs.name }}
108108
- name: Upload artifact
109109
uses: actions/upload-artifact@v4
110110
if: ${{ github.event_name == 'workflow_dispatch' }}
@@ -232,7 +232,7 @@ jobs:
232232
- name: Move to artifact folder
233233
run: |
234234
mkdir ${{ steps.folder-name.outputs.name }}
235-
mv YALS.exe,lib,models,templates,config_sample.yml ${{ steps.folder-name.outputs.name }}
235+
mv YALS.exe,lib,models,templates,sampler_overrides,config_sample.yml ${{ steps.folder-name.outputs.name }}
236236
- name: Upload artifact
237237
uses: actions/upload-artifact@v4
238238
if: ${{ github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)