Skip to content

Commit

Permalink
rename release file
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Jun 17, 2024
1 parent 493f78f commit 87b4bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
fyne-cross-and-release:
name: release linux/amd64
name: build and release
runs-on: ubuntu-latest
#strategy:
# matrix:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: compile
run: |
export PATH=$PATH:~/go/bin
fyne-cross linux -output carbon-app -arch=amd64,arm64 -debug .
fyne-cross linux -output carbonapp -arch=amd64,arm64 -debug .
ls -lR fyne-cross
- name: rename
run: |
Expand Down

0 comments on commit 87b4bc3

Please sign in to comment.