Skip to content

Commit 9d36b33

Browse files
bunty95vifactor
authored andcommitted
Corrects uploading of files
Update macOS 13 artifact upload Update macOS x86 artifact name Signed-off-by: Viktor Kopp <vifactor@gmail.com>
1 parent 501d0b3 commit 9d36b33

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/BuildPR.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@ jobs:
6363
cp ../scripts/darwin/install.md dist
6464
tar -czvf "dist/DLTViewer.tgz" -C /Users/runner/work/dlt-viewer/dlt-viewer/build/install .
6565
- name: Archive artifact
66+
run: zip DLT-macOS-${{ matrix.abi }}.zip -r build/dist
67+
- name: Archive upload
6668
uses: actions/upload-artifact@v4
6769
if: ${{ success() }}
6870
with:
69-
name: DLTViewer-${{ matrix.macos }}-${{ matrix.abi }}
70-
path: build/dist/DLTViewer*.tgz
71+
name: DLT-Mac-${{ matrix.abi }}
72+
path: DLT-macOS*.zip
7173

7274
buildUbuntu:
7375
name: Build ${{ matrix.ubuntu }}
@@ -241,7 +243,7 @@ jobs:
241243
- name: Download DLT macOS artifacts x86
242244
uses: actions/download-artifact@v4
243245
with:
244-
name: DLTViewer-macos-13-x86
246+
name: DLT-Mac-x86
245247

246248
- name: Download DLT Windows artifacts
247249
uses: actions/download-artifact@v4
@@ -274,6 +276,6 @@ jobs:
274276
prerelease: ${{ env.PRE_RELEASE }}
275277
name: ${{steps.tagger.outputs.tag}}
276278
files: |
277-
DLTViewer-*
279+
DLT*
278280
env:
279-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
281+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)