Skip to content

Commit

Permalink
Move config file to separate workflot step
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGross committed Aug 17, 2023
1 parent 8e758b3 commit 17b62e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 17b62e0

Please sign in to comment.