Skip to content

Commit 6785391

Browse files
m_igashim_igashi
authored andcommitted
fix: correct GUI artifact path in release workflow
1 parent 6a6db4f commit 6785391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ jobs:
9292
uses: actions/upload-artifact@v4
9393
with:
9494
name: mp3rgui-${{ matrix.target }}
95-
path: target/${{ matrix.target }}/release/mp3rgui
95+
path: mp3rgui/target/${{ matrix.target }}/release/mp3rgui
9696

9797
- name: Upload artifact (Windows)
9898
if: runner.os == 'Windows'
9999
uses: actions/upload-artifact@v4
100100
with:
101101
name: mp3rgui-${{ matrix.target }}
102-
path: target/${{ matrix.target }}/release/mp3rgui.exe
102+
path: mp3rgui/target/${{ matrix.target }}/release/mp3rgui.exe
103103

104104
release:
105105
name: Create Release

0 commit comments

Comments
 (0)