Skip to content

Commit

Permalink
artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dicko2 committed Feb 9, 2024
1 parent 2ef917b commit b5e38ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
mkdir output
docker run -v $(pwd):/work -w /work ${{ env.OPENAPI_GENERATOR_IMAGE }} sh -c "docker-entrypoint.sh generate -i gitlab.yml -g csharp -c api-client-gen-config.yml -o output && chmod -R 777 ."
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: generated-code
path: |
output
- name: Restore
working-directory: output
Expand Down

0 comments on commit b5e38ac

Please sign in to comment.