mirror of
https://github.com/localsend/localsend.git
synced 2026-04-29 03:00:23 -04:00
ci: create settings.json for portable zip
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -230,9 +230,13 @@ jobs:
|
||||
working-directory: app
|
||||
run: flutter build windows
|
||||
|
||||
- name: Create empty settings.json
|
||||
working-directory: app
|
||||
run: echo {} > build/windows/x64/runner/Release/settings.json
|
||||
|
||||
- name: Zip compiled files
|
||||
working-directory: app
|
||||
run: Compress-Archive -Path build/windows/runner/Release/* -DestinationPath LocalSend.zip
|
||||
run: Compress-Archive -Path build/windows/x64/runner/Release/* -DestinationPath LocalSend.zip
|
||||
|
||||
- name: Upload zip
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user