Skip to content

Commit

Permalink
fixed actions and added windows
Browse files Browse the repository at this point in the history
  • Loading branch information
na4ma4 committed Nov 5, 2020
1 parent fc32fe3 commit b90ff25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/archives/docker-pull-output-${{ env.RELEASE_VERSION }}-darwin-amd64.zip
asset_name: docker-pull-output-${{ env.RELEASE_VERSION }}-darwin-amd64.zip
asset_path: artifacts/archives/rsca-${{ env.RELEASE_VERSION }}-darwin-amd64.zip
asset_name: rsca-${{ env.RELEASE_VERSION }}-darwin-amd64.zip
asset_content_type: application/zip
- name: Upload Release Asset (windows)
id: upload-release-asset-windows
Expand All @@ -99,8 +99,8 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/archives/docker-pull-output-${{ env.RELEASE_VERSION }}-windows-amd64.zip
asset_name: docker-pull-output-${{ env.RELEASE_VERSION }}-windows-amd64.zip
asset_path: artifacts/archives/rsca-${{ env.RELEASE_VERSION }}-windows-amd64.zip
asset_name: rsca-${{ env.RELEASE_VERSION }}-windows-amd64.zip
asset_content_type: application/zip
- name: Upload Release Asset (linux)
id: upload-release-asset-linux
Expand All @@ -109,6 +109,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: artifacts/archives/docker-pull-output-${{ env.RELEASE_VERSION }}-linux-amd64.zip
asset_name: docker-pull-output-${{ env.RELEASE_VERSION }}-linux-amd64.zip
asset_path: artifacts/archives/rsca-${{ env.RELEASE_VERSION }}-linux-amd64.zip
asset_name: rsca-${{ env.RELEASE_VERSION }}-linux-amd64.zip
asset_content_type: application/zip
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GO_MATRIX_OS ?= darwin linux
GO_MATRIX_OS ?= darwin linux windows
GO_MATRIX_ARCH ?= amd64

APP_DATE ?= $(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
Expand Down

0 comments on commit b90ff25

Please sign in to comment.