Skip to content

Commit

Permalink
ci: add graph-generator files to MSYS2 artifacts
Browse files Browse the repository at this point in the history
The graph-generator is built during the workflow, so the binary
should also be part of the final artifact.
  • Loading branch information
striezel committed Jan 24, 2024
1 parent 5bf1807 commit 92149f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,18 @@ jobs:
mkdir -p "$GITHUB_WORKSPACE"/artifacts/db2csv
cp build-static/src/db2csv/thermos-db2csv.exe artifacts/db2csv/
cp src/db2csv/readme.md artifacts/db2csv/
mkdir -p "$GITHUB_WORKSPACE"/artifacts/graph-generator
cp build-static/src/graph-generator/thermos-graph-generator.exe artifacts/graph-generator/
cp src/graph-generator/readme.md artifacts/graph-generator/
cp src/graph-generator/graph.tpl artifacts/graph-generator/
mkdir -p "$GITHUB_WORKSPACE"/artifacts/info
cp build-static/src/info/thermos-info.exe artifacts/info/
cp src/info/readme.md artifacts/info/
mkdir -p "$GITHUB_WORKSPACE"/artifacts/logger
cp build-static/src/logger/thermos-logger.exe artifacts/logger/
cp src/logger/readme.md artifacts/logger/
cp readme.md artifacts/
cp LICENSE artifacts/
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 92149f6

Please sign in to comment.