summaryrefslogtreecommitdiffstats
path: root/.github/workflows/reVC_msvc_x86.yml
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-08-07 19:07:57 +0200
committerSergeanur <s.anureev@yandex.ua>2020-08-07 19:07:57 +0200
commit0328cb04d73dc9ce07aef4c9d1f870f4ae3e0204 (patch)
treed598bcf9c7f240eef04dbc0f0824507cb9f9ce0d /.github/workflows/reVC_msvc_x86.yml
parentmore rename for reVC (diff)
downloadre3-0328cb04d73dc9ce07aef4c9d1f870f4ae3e0204.tar
re3-0328cb04d73dc9ce07aef4c9d1f870f4ae3e0204.tar.gz
re3-0328cb04d73dc9ce07aef4c9d1f870f4ae3e0204.tar.bz2
re3-0328cb04d73dc9ce07aef4c9d1f870f4ae3e0204.tar.lz
re3-0328cb04d73dc9ce07aef4c9d1f870f4ae3e0204.tar.xz
re3-0328cb04d73dc9ce07aef4c9d1f870f4ae3e0204.tar.zst
re3-0328cb04d73dc9ce07aef4c9d1f870f4ae3e0204.zip
Diffstat (limited to '')
-rw-r--r--.github/workflows/reVC_msvc_x86.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/reVC_msvc_x86.yml b/.github/workflows/reVC_msvc_x86.yml
index 93a86a05..9b1c939c 100644
--- a/.github/workflows/reVC_msvc_x86.yml
+++ b/.github/workflows/reVC_msvc_x86.yml
@@ -47,19 +47,19 @@ jobs:
./premake5 vs2019 --with-librw --glewdir=${{env.GLEW_BASE}} --glfwdir32=${{env.GLFW_BASE}}
- name: Build
run: |
- msbuild -m build/re3.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=${{matrix.platform}}
+ msbuild -m build/reVC.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=${{matrix.platform}}
- name: Pack artifacts
run: |
- 7z a re3_${{matrix.buildtype}}_${{matrix.platform}}.zip ./bin/${{matrix.platform}}/${{matrix.buildtype}}/*
+ 7z a reVC_${{matrix.buildtype}}_${{matrix.platform}}.zip ./bin/${{matrix.platform}}/${{matrix.buildtype}}/*
- name: Upload artifact to actions
uses: actions/upload-artifact@v2
with:
- name: re3_${{matrix.buildtype}}_${{matrix.platform}}
- path: re3_${{matrix.buildtype}}_${{matrix.platform}}.zip
+ name: reVC_${{matrix.buildtype}}_${{matrix.platform}}
+ path: reVC_${{matrix.buildtype}}_${{matrix.platform}}.zip
# - name: Upload artifact to Bintray
# uses: hpcsc/upload-bintray-docker-action@v1
# with:
-# repository: re3
+# repository: reVC
# package: ${{matrix.buildtype}}_${{matrix.platform}}
# version: 1.0-$(echo ${GITHUB_SHA}
# sourcePath: ./bin/${{matrix.platform}}/${{matrix.buildtype}}