Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JPersson77 authored Jan 22, 2025
1 parent af03aca commit 1f45d84
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,16 @@ jobs:
uses: actions/download-artifact@v4
with:
name: LGTVCompanion-Setup-Release-arm64
- name: Download x64 Provenance
- name: Download Provenance
uses: actions/download-artifact@v4
with:
name: LGTV Companion Setup x64.msi.intoto.jsonl
- name: Download arm64 Provenance
uses: actions/download-artifact@v4
with:
name: LGTV Companion Setup arm64.msi.intoto.jsonl
name: LGTV Companion Setup.intoto.jsonl
- name: Upload assets
uses: softprops/action-gh-release@v2
with:
files: |
LGTV Companion Setup x64.msi
LGTV Companion Setup arm64.msi
LGTV Companion Setup x64.msi.intoto.jsonl
LGTV Companion Setup arm64.msi.intoto.jsonl
LGTV Companion Setup.intoto.jsonl
draft: true
generate_release_notes: true

0 comments on commit 1f45d84

Please sign in to comment.