Skip to content

Commit

Permalink
ci: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroCBer committed Feb 12, 2023
1 parent 3172b4c commit 76f07a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
uses: actions/upload-artifact@v3.1.1
with:
name: BetterNCM-Installer
path: ${{ github.workspace }}/target/release/betterncm_installer.exe
path: ${{ github.workspace }}/target/i686-pc-windows-msvc/release/betterncm_installer.exe
- name: Upload to Release Action
if: ${{ github.event_name == 'release' }}
uses: Shopify/upload-to-release@v1.0.1
with:
name: betterncm_installer.exe
path: ${{ github.workspace }}/target/release/betterncm_installer.exe
path: ${{ github.workspace }}/target/i686-pc-windows-msvc/release/betterncm_installer.exe
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 76f07a0

Please sign in to comment.