mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 18:46:52 +01:00
remove accidental comment from premake workflows
This commit is contained in:
parent
862f83cc40
commit
2e8429858e
1
.github/workflows/re3_msvc_amd64.yml
vendored
1
.github/workflows/re3_msvc_amd64.yml
vendored
@ -51,7 +51,6 @@ jobs:
|
|||||||
# - name: Pack artifacts
|
# - name: Pack artifacts
|
||||||
# run: |
|
# run: |
|
||||||
# 7z a re3_${{matrix.buildtype}}_${{matrix.platform}}.zip ./bin/${{matrix.platform}}/${{matrix.buildtype}}/*
|
# 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
|
- name: Move binaries to gamefiles
|
||||||
run: |
|
run: |
|
||||||
mv ./bin/${{matrix.platform}}/${{matrix.buildtype}}/re3.exe ./gamefiles/
|
mv ./bin/${{matrix.platform}}/${{matrix.buildtype}}/re3.exe ./gamefiles/
|
||||||
|
1
.github/workflows/re3_msvc_x86.yml
vendored
1
.github/workflows/re3_msvc_x86.yml
vendored
@ -51,7 +51,6 @@ jobs:
|
|||||||
# - name: Pack artifacts
|
# - name: Pack artifacts
|
||||||
# run: |
|
# run: |
|
||||||
# 7z a re3_${{matrix.buildtype}}_${{matrix.platform}}.zip ./bin/${{matrix.platform}}/${{matrix.buildtype}}/*
|
# 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
|
- name: Move binaries to gamefiles
|
||||||
run: |
|
run: |
|
||||||
mv ./bin/${{matrix.platform}}/${{matrix.buildtype}}/re3.exe ./gamefiles/
|
mv ./bin/${{matrix.platform}}/${{matrix.buildtype}}/re3.exe ./gamefiles/
|
||||||
|
Loading…
Reference in New Issue
Block a user