Skip to content

Commit 4bcf4b1

Browse files
committed
rename package bw
1 parent 9520dc1 commit 4bcf4b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@ jobs:
3030
ls -lR fyne-cross
3131
- name: package
3232
run: |
33-
cd fyne-cross/bin/linux-arm64/; tar cvfz cluster-app-arm64.tgz cluster-app-bw; cd ../../..
34-
cd fyne-cross/bin/linux-arm/; tar cvfz cluster-app-arm.tgz cluster-app-bw; cd ../../..
35-
cd fyne-cross/bin/linux-amd64/; tar cvfz cluster-app-amd64.tgz cluster-app-bw; cd ../../..
33+
cd fyne-cross/bin/linux-arm64/; tar cvfz cluster-app-bw-arm64.tgz cluster-app-bw; cd ../../..
34+
cd fyne-cross/bin/linux-arm/; tar cvfz cluster-app-bw-arm.tgz cluster-app-bw; cd ../../..
35+
cd fyne-cross/bin/linux-amd64/; tar cvfz cluster-app-bw-amd64.tgz cluster-app-bw; cd ../../..
3636
#sudo apt update
3737
#sudo apt-get -y install bc gcc libgl1-mesa-dev libwayland-dev libx11-dev libxkbcommon-dev xorg-dev xvfb
3838
#sudo apt-get -y install libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev gcc pkg-config libxxf86vm-dev
3939
- name: Release linux-amd64
4040
uses: fnkr/github-action-ghr@v1
4141
if: startsWith(github.ref, 'refs/tags/')
4242
env:
43-
GHR_PATH: fyne-cross/bin/linux-amd64/cluster-app-amd64.tgz
43+
GHR_PATH: fyne-cross/bin/linux-amd64/cluster-app-bw-amd64.tgz
4444
GITHUB_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
4545
GHR_REPLACE: true
4646
- name: Release linux-arm64
4747
uses: fnkr/github-action-ghr@v1
4848
if: startsWith(github.ref, 'refs/tags/')
4949
env:
50-
GHR_PATH: fyne-cross/bin/linux-arm64/cluster-app-arm64.tgz
50+
GHR_PATH: fyne-cross/bin/linux-arm64/cluster-app-bw-arm64.tgz
5151
GITHUB_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
5252
GHR_REPLACE: true
5353
- name: Release linux-arm
5454
uses: fnkr/github-action-ghr@v1
5555
if: startsWith(github.ref, 'refs/tags/')
5656
env:
57-
GHR_PATH: fyne-cross/bin/linux-arm/cluster-app-arm.tgz
57+
GHR_PATH: fyne-cross/bin/linux-arm/cluster-app-bw-arm.tgz
5858
GITHUB_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
5959
GHR_REPLACE: true

0 commit comments

Comments
 (0)