Skip to content

Commit

Permalink
rccc
Browse files Browse the repository at this point in the history
  • Loading branch information
btungut committed Jan 24, 2025
1 parent decb799 commit b6fbb1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ jobs:
dir-src-project: app/src
dir-unit-tests: app/tests
dir-integration-tests: app/tests_integration

- name: upload_src
uses: actions/upload-artifact@v4
with:
path: app/src
name: src
compression-level: 9
if-no-files-found: error
include-hidden-files: true

- name: dotnet_pack
id: dotnet_pack
Expand Down

0 comments on commit b6fbb1a

Please sign in to comment.