Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
fixed missing variable in macos release version
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Sep 8, 2023
1 parent a4f381a commit 98f96b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: out/make/vtt-desktop-client-1.3.6-x64.dmg
asset_name: vtt-desktop-client-1.3.6-x64.dmg
asset_path: out/make/vtt-desktop-client-${{ github.event.release.tag_name }}-x64.dmg
asset_name: vtt-desktop-client-${{ github.event.release.tag_name }}-x64.dmg
asset_content_type: application/zip

build-windows:
Expand Down

0 comments on commit 98f96b2

Please sign in to comment.