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

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jun 1, 2023
1 parent 4effc64 commit d629b0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: out/make/rpm/x64/vtt-desktop-client-${{ github.event.release.tag_name }}.x86_64.rpm
asset_name: vtt-desktop-client-${{ github.event.release.tag_name }}.x86_64.rpm
asset_path: out/make/rpm/x64/vtt-desktop-client-${{ github.event.release.tag_name }}-1.x86_64.rpm
asset_name: vtt-desktop-client-${{ github.event.release.tag_name }}-1.x86_64.rpm
asset_content_type: application/zip

build-macos:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Zip Make Folder
run: |
$outputPath = "$PWD\out\win64.zip"
Compress-Archive -Path "out\make" -DestinationPath $outputPath
Compress-Archive -Path "out\make\squirrel.windows\x64" -DestinationPath $outputPath
- name: Upload Zip to Release
uses: actions/upload-release-asset@v1
Expand All @@ -103,5 +103,5 @@ jobs:
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: out/win64.zip
asset_name: win64.zip
asset_name: vtt-desktop-client-windows-x64-${{ github.event.release.tag_name }}.zip
asset_content_type: application/zip

0 comments on commit d629b0a

Please sign in to comment.