Skip to content

Commit

Permalink
modified github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Dec 8, 2019
1 parent 901ff08 commit e69d8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/bmw-status-${{ env.RELEASE_VERSION }}.dmg
file: dist/BMWStatus-${{ env.RELEASE_VERSION }}.dmg
asset_name: macos
tag: ${{ github.ref }}
overwrite: true
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
with:
node-version: 12
- run: yarn
- run: yarn build

0 comments on commit e69d8e8

Please sign in to comment.