diff options
Diffstat (limited to '.github/workflows/re3_msvc_amd64.yml')
-rw-r--r-- | .github/workflows/re3_msvc_amd64.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/re3_msvc_amd64.yml b/.github/workflows/re3_msvc_amd64.yml index 574797ba..73911efc 100644 --- a/.github/workflows/re3_msvc_amd64.yml +++ b/.github/workflows/re3_msvc_amd64.yml @@ -51,7 +51,6 @@ jobs: # - name: Pack artifacts # run: | # 7z a re3_${{matrix.buildtype}}_${{matrix.platform}}.zip ./bin/${{matrix.platform}}/${{matrix.buildtype}}/* - # 7z a re3_${{matrix.buildtype}}_${{matrix.platform}}.zip ./gamefiles/* - name: Move binaries to gamefiles run: | mv ./bin/${{matrix.platform}}/${{matrix.buildtype}}/re3.exe ./gamefiles/ |