Skip to content

Commit

Permalink
build: fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 21, 2021
1 parent 57cad49 commit b1aed58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
matrix:
include:
- os: ubuntu-latest
artifact_name: modeling
asset_name: modeling-linux-amd64
artifact_name: guarding
asset_name: guarding-linux-amd64
- os: windows-latest
artifact_name: modeling.exe
asset_name: modeling-windows-amd64
artifact_name: guarding.exe
asset_name: guarding-windows-amd64
- os: macos-latest
artifact_name: modeling
asset_name: modeling-macos-amd64
artifact_name: guarding
asset_name: guarding-macos-amd64

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit b1aed58

Please sign in to comment.