Skip to content

Commit

Permalink
better workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Predidit committed May 5, 2024
1 parent fa8734e commit 68714f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
- run: flutter pub get
- run: flutter build windows
- run: |
Compress-Archive build/windows/x64/runner/Release bilineo_windows_${env:tag}.zip
Compress-Archive build/windows/x64/runner/Release/* bilineo_windows_${env:tag}.zip
- name: Upload windows outputs
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -125,7 +125,7 @@
run: flutter build linux
shell: bash
- name: Package linux build output
run: tar -zcvf bilineo_linux_${{ env.tag }}.tar.gz build/linux/x64/release/bundle/*
run: tar -zcvf build/linux/x64/release/bundle/* bilineo_linux_${{ env.tag }}.tar.gz
shell: bash

- name: Upload linux outputs
Expand Down

0 comments on commit 68714f2

Please sign in to comment.