Add example config to build artifacts
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -24,5 +24,7 @@ jobs:
|
|||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Client - ${{ matrix.platform }}
|
name: TohoReno-${{ matrix.platform }}
|
||||||
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}
|
path: |
|
||||||
|
${{ github.workspace }}/${{ steps.build.outputs.build }}
|
||||||
|
${{ github.workspace }}/example-config.cfg
|
||||||
Reference in New Issue
Block a user