Skip to content

Commit

Permalink
Fix cross-build script
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxie committed May 18, 2020
1 parent 69638e3 commit a32dec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

build:
name: Build
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
Expand Down Expand Up @@ -51,5 +51,5 @@ jobs:
- name: Upload a build artifact
uses: actions/upload-artifact@v2
with:
name: ikago_latest_linux_arm
name: ikago_latest_${{ runner.os }}_arm
path: ikago-*

0 comments on commit a32dec1

Please sign in to comment.