Skip to content

Commit

Permalink
CI: add config dir differently
Browse files Browse the repository at this point in the history
  • Loading branch information
ahihi committed Aug 2, 2024
1 parent 4b13cf2 commit 709d791
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,15 @@ jobs:
args: "--release --verbose"
strip: true

- name: prepare artifact
run: |
cp -av config 'target/${{ matrix.platform.target }}/release/config'
- name: upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_NAME }}-${{ matrix.platform.target }}
path: |
config
target/${{ matrix.platform.target }}/release/config
target/${{ matrix.platform.target }}/release/${{ env.PROJECT_NAME }}
target/${{ matrix.platform.target }}/release/${{ env.PROJECT_NAME }}.exe

0 comments on commit 709d791

Please sign in to comment.