Skip to content

Commit 76f07a0

Browse files
ci: fix path
1 parent 3172b4c commit 76f07a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
uses: actions/upload-artifact@v3.1.1
3131
with:
3232
name: BetterNCM-Installer
33-
path: ${{ github.workspace }}/target/release/betterncm_installer.exe
33+
path: ${{ github.workspace }}/target/i686-pc-windows-msvc/release/betterncm_installer.exe
3434
- name: Upload to Release Action
3535
if: ${{ github.event_name == 'release' }}
3636
uses: Shopify/upload-to-release@v1.0.1
3737
with:
3838
name: betterncm_installer.exe
39-
path: ${{ github.workspace }}/target/release/betterncm_installer.exe
39+
path: ${{ github.workspace }}/target/i686-pc-windows-msvc/release/betterncm_installer.exe
4040
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)