mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 02:29:01 +00:00
remove accidental comment from premake workflows
This commit is contained in:
parent
862f83cc40
commit
2e8429858e
2 changed files with 0 additions and 2 deletions
1
.github/workflows/re3_msvc_amd64.yml
vendored
1
.github/workflows/re3_msvc_amd64.yml
vendored
|
@ -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/
|
||||
|
|
1
.github/workflows/re3_msvc_x86.yml
vendored
1
.github/workflows/re3_msvc_x86.yml
vendored
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue