Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex109 authored Mar 29, 2024
1 parent 2745f96 commit d064850
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ jobs:

- name: Rename FastFile
run: |
mkdir D:\a\CoD4QOL\CoD4QOL\mod\cod4qol\miles
mv D:\a\CoD4QOL\CoD4QOL\mod\cod4qol\mod.ff D:\a\CoD4QOL\CoD4QOL\mod\cod4qol\miles\qol.ff
mkdir D:\a\CoD4QOL\CoD4QOL\miles
mv D:\a\CoD4QOL\CoD4QOL\mod\cod4qol\mod.ff D:\a\CoD4QOL\CoD4QOL\miles\qol.ff
mv D:\a\CoD4QOL\CoD4QOL\${{matrix.configuration}}\cod4qol.asi D:\a\CoD4QOL\CoD4QOL\cod4qol.asi
- name: Upload binaries
uses: actions/upload-artifact@v4
with:
name: ${{matrix.configuration}} bineries
path: |
D:\a\CoD4QOL\CoD4QOL\${{matrix.configuration}}\cod4qol.asi
D:\a\CoD4QOL\CoD4QOL\mod\cod4qol\miles
D:\a\CoD4QOL\CoD4QOL\miles\
D:\a\CoD4QOL\CoD4QOL\cod4qol.asi

0 comments on commit d064850

Please sign in to comment.