Skip to content

Commit

Permalink
Seperate Github Actions binary downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball2415 committed Oct 19, 2023
1 parent dfb2d2f commit 3296d51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
call msbuild -m:5 -nologo -p:Configuration="${{ matrix.configuration }}" -p:Platform="${{ matrix.platform }}"
if %ERRORLEVEL%==1 exit %ERRORLEVEL%
call release.bat ${{ matrix.configuration }} ${{ matrix.platform }} %commithash%_%GITHUB_RUN_ID%
- name: Upload binaries
uses: actions/upload-artifact@master
with:
name: build-artifacts
path: distribute/*.7z
name: Dn-FamiTracker_${{ env.commithash }}_%GITHUB_RUN_ID%_${{ matrix.platform }}_${{ matrix.configuration }}
path: |
*{{ matrix.platform }}_${{ matrix.configuration }}.7z

0 comments on commit 3296d51

Please sign in to comment.