Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vponomarev committed Sep 17, 2020
1 parent fa05f2e commit 1bf4e8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ jobs:
- name: Upload Linux binary x86-64
uses: actions/upload-artifact@master
with:
name: linux_x86-64
name: mikrotik-capsman_linux_x86-64
path: out_x86-64

- name: Upload Linux binary arm32
uses: actions/upload-artifact@master
with:
name: linux_arm32
name: mikrotik-capsman_linux_arm32
path: out_arm32

- name: Upload Windows binary
uses: actions/upload-artifact@master
with:
name: windows
name: mikrotik-capsman_windows
path: out_win

0 comments on commit 1bf4e8f

Please sign in to comment.