Skip to content

Commit

Permalink
Working on release
Browse files Browse the repository at this point in the history
  • Loading branch information
nwillc committed Nov 19, 2020
1 parent 283b1f9 commit 3b720bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/RELEASE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:

- name: Download syncher_darwin_amd64
uses: actions/download-artifact@v2
with:
name: syncher_darwin_amd64
with:
name: syncher_darwin_amd64

- name: Release syncher_darwin_amd64
uses: actions/upload-release-asset@v1
Expand All @@ -86,8 +86,8 @@ jobs:

- name: Download syncher_linux_amd64
uses: actions/download-artifact@v2
with:
name: syncher_linux_amd64
with:
name: syncher_linux_amd64

- name: Release syncher_linux_amd64
uses: actions/upload-release-asset@v1
Expand All @@ -101,8 +101,8 @@ jobs:

- name: Download syncher_linux_386
uses: actions/download-artifact@v2
with:
name: syncher_linux_386
with:
name: syncher_linux_386

- name: Release syncher_linux_386
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 3b720bd

Please sign in to comment.