Skip to content

Commit 5709efc

Browse files
committed
chore: updated the artifact function
1 parent 8d716ca commit 5709efc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
run: ci/build-app.sh
1212
- name: Test
1313
run: ci/unit-test-app.sh
14+
- name: Upload repo
15+
uses: actions/upload-artifact@v4
16+
with:
17+
name: code
18+
path: .
19+
include-hidden-files: true
1420
Linting:
1521
runs-on: ubuntu-latest
1622
needs: [Build]

0 commit comments

Comments
 (0)