diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4da0ab0..4a0d9ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,10 +21,15 @@ jobs: name: example preset: ${{ matrix.platform }} debugMode: "true" - - name: Upload Artifact + - name: Upload Build Artifact uses: actions/upload-artifact@v2 with: name: TohoReno-${{ matrix.platform }} path: | ${{ github.workspace }}/${{ steps.build.outputs.build }} + - name: Upload Example Config Artifact + uses: actions/upload-artifact@v2 + with: + name: TohoReno-${{ matrix.platform }} + path: | ${{ github.workspace }}/example-config.cfg \ No newline at end of file