Skip to content

Commit 079a398

Browse files
committed
Actions: Add sampler_overrides folder to zip command
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
1 parent 29a4fe8 commit 079a398

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
@@ -115,7 +115,7 @@ jobs:
115115
- name: Zip files
116116
run: |
117117
cd ${{ steps.folder-name.outputs.name }}
118-
zip -r ${{ steps.folder-name.outputs.name }}.zip YALS lib/* models/* templates/* config_sample.yml
118+
zip -r ${{ steps.folder-name.outputs.name }}.zip YALS lib/* models/* templates/* sampler_overrides/* config_sample.yml
119119
mv ${{ steps.folder-name.outputs.name }}.zip ../
120120
- name: Upload release
121121
uses: svenstaro/upload-release-action@v2
@@ -243,7 +243,7 @@ jobs:
243243
- name: Zip files
244244
run: |
245245
cd ${{ steps.folder-name.outputs.name }}
246-
Compress-Archive -Path @('.\YALS.exe', '.\lib', '.\models', '.\templates', '.\config_sample.yml') -DestinationPath ${{ steps.folder-name.outputs.name }}.zip
246+
Compress-Archive -Path @('.\YALS.exe', '.\lib', '.\models', '.\templates', '.\sampler_overrides', '.\config_sample.yml') -DestinationPath ${{ steps.folder-name.outputs.name }}.zip
247247
mv ${{ steps.folder-name.outputs.name }}.zip ../
248248
- name: Upload release
249249
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)