|
|
@ -28,7 +28,7 @@ jobs: |
|
|
|
runs-on: ${{ matrix.cfg.os }} |
|
|
|
runs-on: ${{ matrix.cfg.os }} |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v2 |
|
|
|
uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: korman |
|
|
|
path: korman |
|
|
|
|
|
|
|
|
|
|
@ -47,7 +47,7 @@ jobs: |
|
|
|
-NoInstaller -NoBlender |
|
|
|
-NoInstaller -NoBlender |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload Standalone Korman |
|
|
|
- name: Upload Standalone Korman |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: korman-standalone-${{ matrix.cfg.str }} |
|
|
|
name: korman-standalone-${{ matrix.cfg.str }} |
|
|
|
path: build/package |
|
|
|
path: build/package |
|
|
@ -60,7 +60,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload Korman+Blender Bundle |
|
|
|
- name: Upload Korman+Blender Bundle |
|
|
|
if: startsWith(github.ref, 'refs/tags') |
|
|
|
if: startsWith(github.ref, 'refs/tags') |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: korman-blender-${{ matrix.cfg.str }} |
|
|
|
name: korman-blender-${{ matrix.cfg.str }} |
|
|
|
path: build/package |
|
|
|
path: build/package |
|
|
@ -72,13 +72,13 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout Korman |
|
|
|
- name: Checkout Korman |
|
|
|
uses: actions/checkout@v2 |
|
|
|
uses: actions/checkout@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: korman |
|
|
|
path: korman |
|
|
|
|
|
|
|
|
|
|
|
- name: Download Artifacts |
|
|
|
- name: Download Artifacts |
|
|
|
id: download |
|
|
|
id: download |
|
|
|
uses: actions/download-artifact@v2 |
|
|
|
uses: actions/download-artifact@v3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: artifacts |
|
|
|
path: artifacts |
|
|
|
|
|
|
|
|
|
|
|