Skip to content

Commit

Permalink
build!: update build step names
Browse files Browse the repository at this point in the history
  • Loading branch information
socsieng committed Dec 30, 2020
1 parent 2178caa commit 4d6a0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -91,13 +91,13 @@ jobs:
- uses: actions/checkout@v2
if: ${{ steps.release.outputs.release_created }}

- name: bottle
- name: Create bottle
if: ${{ steps.release.outputs.release_created }}
run: |
./scripts/update-version.sh ${{ steps.release.outputs.tag_name }}
./scripts/bottle.sh ${{ steps.release.outputs.tag_name }}
- name: upload bottle
- name: Upload bottle
if: ${{ steps.release.outputs.release_created }}
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 4d6a0f4

Please sign in to comment.