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 29, 2024
1 parent cb4028e commit 4a8d03d
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,14 @@ jobs:
- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
run: msbuild /m /p:Configuration=${{matrix.configuration}} ${{env.SOLUTION_FILE_PATH}}

- 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

- name: Upload binaries
uses: actions/upload-artifact@v4
with:
name: ${{matrix.configuration}} binaries
path: D:\a\CoD4QOL\CoD4QOL\${{matrix.configuration}}\cod4qol.asi
upload_mod:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4

- 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
name: ${{matrix.configuration}} bineries
path: |
D:\a\CoD4QOL\CoD4QOL\${{matrix.configuration}}\cod4qol.asi
D:\a\CoD4QOL\CoD4QOL\mod\cod4qol\miles

0 comments on commit 4a8d03d

Please sign in to comment.