Skip to content

Commit

Permalink
Fix names in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorthurlow committed Jan 21, 2020
1 parent 64b4be7 commit 0f76777
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
os: [ubuntu-16.04]
include:
- os: ubuntu-16.04
artifact_name: thicket
asset_name: thicket_${{ github.ref }}_linux-amd64
artifact_name: crystal-build
asset_name: crystal-build_${{ github.ref }}_linux-amd64
fail-fast: false

container:
Expand All @@ -31,7 +31,7 @@ jobs:
run: |
mkdir -p bin
crystal -v
crystal build src/thicket.cr --release -o bin/${{ matrix.artifact_name }}
crystal build src/build.cr --release -o bin/${{ matrix.artifact_name }}
chmod +x bin/${{ matrix.artifact_name }}
- name: Add binaries to release
uses: svenstaro/upload-release-action@v1-release
Expand Down

0 comments on commit 0f76777

Please sign in to comment.