mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 09:19:54 +00:00
fix
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -57,9 +57,9 @@ jobs:
|
|||||||
-o "build/whiskr${EXT}" .
|
-o "build/whiskr${EXT}" .
|
||||||
|
|
||||||
cp -r static build/static
|
cp -r static build/static
|
||||||
cp .example.env build/.env
|
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
|
tar -czvf build/whiskr_${{ github.ref_name }}_${{ matrix.goos }}_${{ matrix.goarch }}.tar.gz -C build "whiskr${EXT}" static
|
||||||
rm -rf build/static build/.env "build/whiskr${EXT}"
|
rm -rf build/static build/config.yml "build/whiskr${EXT}"
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Reference in New Issue
Block a user