Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex109 committed Mar 28, 2024
1 parent 7949aad commit 4a668e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ jobs:
with:
name: ${{matrix.configuration}} binaries
path: D:\a\CoD4QOL\CoD4QOL\${{matrix.configuration}}\cod4qol.asi
upload_mod:
runs-on: windows-latest
steps:
- name: Rename mod
run: mv D:\a\CoD4QOL\CoD4QOL\mod\cod4qol\mod.ff D:\a\CoD4QOL\CoD4QOL\mod\cod4qol\qol.ff
- name: Upload mod
uses: actions/upload-artifact@v4
with:
name: QOL FastFile
path: D:\a\CoD4QOL\CoD4QOL\mod\cod4qol\qol.ff

0 comments on commit 4a668e1

Please sign in to comment.