Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Work around Go
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Jun 23, 2020
1 parent 4278b73 commit 0d5193f
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 @@ -19,7 +19,7 @@ jobs:
- name: Verify Go version
run: go version
- name: Build Andromeda
run: go build
run: cd cmd/andromeda && go build
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -39,6 +39,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./andromeda
asset_path: ./cmd/andromeda/andromeda
asset_name: andromeda
asset_content_type: application/octet-stream

0 comments on commit 0d5193f

Please sign in to comment.