summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-02-03 20:24:37 +0100
committerwithmorten <morten.with@gmail.com>2021-02-03 20:24:37 +0100
commit2e8429858ee0c3d673fed2971461fb1fd9c2f6b8 (patch)
tree8de3ca886bdd931948f5468e23f372dc34d02be5
parentadd gamefiles and dlls to premake workflows (diff)
downloadre3-2e8429858ee0c3d673fed2971461fb1fd9c2f6b8.tar
re3-2e8429858ee0c3d673fed2971461fb1fd9c2f6b8.tar.gz
re3-2e8429858ee0c3d673fed2971461fb1fd9c2f6b8.tar.bz2
re3-2e8429858ee0c3d673fed2971461fb1fd9c2f6b8.tar.lz
re3-2e8429858ee0c3d673fed2971461fb1fd9c2f6b8.tar.xz
re3-2e8429858ee0c3d673fed2971461fb1fd9c2f6b8.tar.zst
re3-2e8429858ee0c3d673fed2971461fb1fd9c2f6b8.zip
-rw-r--r--.github/workflows/re3_msvc_amd64.yml1
-rw-r--r--.github/workflows/re3_msvc_x86.yml1
2 files changed, 0 insertions, 2 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/
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/