1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 17:29:54 +00:00

fixes and dynamic prompts

This commit is contained in:
Laura
2025-08-18 04:46:17 +02:00
parent e0fdaa6cdf
commit b28c1987b0
14 changed files with 165 additions and 42 deletions

View File

@@ -57,9 +57,10 @@ jobs:
-o "build/whiskr${EXT}" .
cp -r static build/static
cp -r prompts build/prompts
cp example.config.yml build/config.yml
tar -czvf build/whiskr_${{ github.ref_name }}_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz -C build "whiskr${EXT}" static
rm -rf build/static build/config.yml "build/whiskr${EXT}"
tar -czvf build/whiskr_${{ github.ref_name }}_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz -C build "whiskr${EXT}" static prompts config.yml
rm -rf build/static build/prompts build/config.yml "build/whiskr${EXT}"
- name: Upload artifact
uses: actions/upload-artifact@v4