Skip to content

Commit

Permalink
fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
mattes committed Sep 12, 2020
1 parent b9d0045 commit ada621b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
draft: false
prerelease: false

- name: Upload Release Asset: linux.amd64
- name: Upload linux.amd64
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
Expand All @@ -37,7 +37,7 @@ jobs:
asset_name: gce-deploy-action.linux.amd64
asset_content_type: application/octet-stream

- name: Upload Release Asset: darwin.amd64
- name: Upload darwin.amd64
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit ada621b

Please sign in to comment.