Skip to content

Commit

Permalink
Update release_for_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderBlog committed Mar 10, 2024
1 parent fcb0fde commit b7203f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_for_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
.flutter/bin/flutter build linux --release
- name: Package Executable
run: 7z a -r -sse "../../../../../build/app/watermeter-linux-release-amd64.zip" *
run: 7z a -r "../../../../../build/app/watermeter-linux-release-amd64.zip" *
working-directory: build/linux/x64/release/bundle

- name: Release
Expand Down

0 comments on commit b7203f1

Please sign in to comment.