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/ diff --git a/.github/workflows/re3_msvc_x86.yml b/.github/workflows/re3_msvc_x86.yml index c1479e88..8f85a862 100644 --- a/.github/workflows/re3_msvc_x86.yml +++ b/.github/workflows/re3_msvc_x86.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/