Skip to content

Commit 5b84eb4

Browse files
committed
Workflow Fix
oops
1 parent aed932d commit 5b84eb4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/building.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
include:
2121
- os: ubuntu-latest
2222
os-name: Linux Ubuntu
23-
artifact-path: dist/VLC-UTILS-Linux
24-
artifact-name: VLC-UTILS-Linux
23+
artifact-path: dist/VLC.UTILS-Linux
24+
artifact-name: VLC.UTILS-Linux
2525
- os: windows-latest
2626
os-name: Windows
27-
artifact-path: dist/VLC-UTILS-Windows.exe
28-
artifact-name: VLC-UTILS-Windows
27+
artifact-path: dist/VLC.UTILS-Windows.exe
28+
artifact-name: VLC.UTILS-Windows
2929
- os: macos-latest
3030
os-name: MacOS
31-
artifact-path: dist/VLC-UTILS-MacOS
32-
artifact-name: VLC-UTILS-MacOS
31+
artifact-path: dist/VLC.UTILS-MacOS
32+
artifact-name: VLC.UTILS-MacOS
3333
steps:
3434
- name: Checkout repository
3535
uses: actions/checkout@v4
@@ -47,11 +47,11 @@ jobs:
4747

4848
- name: Rename Build (Windows)
4949
if: runner.os == 'Windows'
50-
run: move dist\VLC-UTILS.exe ${{ matrix.artifact-path }}
50+
run: move dist\VLC.UTILS.exe ${{ matrix.artifact-path }}
5151

5252
- name: Rename Build (Linux/macOS)
5353
if: runner.os != 'Windows'
54-
run: mv dist/VLC-UTILS ${{ matrix.artifact-path }}
54+
run: mv dist/VLC.UTILS ${{ matrix.artifact-path }}
5555

5656
- name: Upload Build Artifact
5757
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)