Skip to content

Commit

Permalink
workflows archieve debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed May 5, 2024
1 parent 68714f2 commit e83e596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
run: flutter build linux
shell: bash
- name: Package linux build output
run: tar -zcvf build/linux/x64/release/bundle/* bilineo_linux_${{ env.tag }}.tar.gz
run: tar -zcvf bilineo_linux_${{ env.tag }}.tar.gz -C build/linux/x64/release/bundle/* .
shell: bash

- name: Upload linux outputs
Expand Down

0 comments on commit e83e596

Please sign in to comment.