Skip to content

Commit

Permalink
split wf
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 17, 2024
1 parent 596e685 commit 493f78f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
run: |
export PATH=$PATH:~/go/bin
fyne-cross linux -output carbon-app -arch=amd64,arm64 -debug .
ls -lR fyne-cross
- name: rename
run: |
mv fyne-cross/dist/linux-arm64/carbonapp.tar.xz fyne-cross/dist/linux-arm64/carbonapp-arm64.tar.xz
mv fyne-cross/dist/linux-amd64/carbonapp.tar.xz fyne-cross/dist/linux-amd64/carbonapp-amd64.tar.xz
#sudo apt update
Expand Down

0 comments on commit 493f78f

Please sign in to comment.