Skip to content

Commit

Permalink
Add example config to build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGross committed Aug 17, 2023
1 parent 45f849a commit 8e758b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: Client - ${{ matrix.platform }}
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}
name: TohoReno-${{ matrix.platform }}
path: |
${{ github.workspace }}/${{ steps.build.outputs.build }}
${{ github.workspace }}/example-config.cfg

0 comments on commit 8e758b3

Please sign in to comment.