Skip to content

Commit 47f27e9

Browse files
committed
test2
1 parent 3850010 commit 47f27e9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: go get .
1717
- name: Build
18-
run: sh ./build.sh
18+
run: sh ./build.bash
1919
- name: Upload builds
2020
uses: actions/upload-artifact@v4
2121
with:

build.sh renamed to build.bash

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#!/bin/sh
2-
3-
go get .
1+
#!/bin/bash
42

53
#build for all platforms
64
platforms=("windows/amd64" "linux/amd64" "darwin/amd64" "darwin/arm64" "linux/arm64" "windows/amd64")

0 commit comments

Comments
 (0)