Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/BuildPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,23 +230,23 @@ jobs:

# TODO: restore AppImage build then enable this step, see https://github.com/COVESA/dlt-viewer/issues/717
# - name: Download DLT Linux artifacts
# uses: actions/download-artifact@v4
# uses: actions/download-artifact@v5
# with:
# name: DLT-Linux
# continue-on-error: true

- name: Download DLT macOS artifacts arm64
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: DLTViewer-macos15-qt6

- name: Download DLT macOS artifacts x86
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: DLT-Mac-x86

- name: Download DLT Windows artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: DLTViewer-windows-x86_64

Expand Down
Loading