We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3172b4c commit 76f07a0Copy full SHA for 76f07a0
.github/workflows/rust.yml
@@ -30,11 +30,11 @@ jobs:
30
uses: actions/upload-artifact@v3.1.1
31
with:
32
name: BetterNCM-Installer
33
- path: ${{ github.workspace }}/target/release/betterncm_installer.exe
+ path: ${{ github.workspace }}/target/i686-pc-windows-msvc/release/betterncm_installer.exe
34
- name: Upload to Release Action
35
if: ${{ github.event_name == 'release' }}
36
uses: Shopify/upload-to-release@v1.0.1
37
38
name: betterncm_installer.exe
39
40
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments