Skip to content

Commit

Permalink
[CICD] checking runner disk
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Oct 5, 2023
1 parent 27b685e commit b993da8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:

- name: Archive Repository
run: |
tar --warning=no-file-changed -czvf m1-with-submodules.tar.gz .
df -h
df -i
tar -czvf m1-with-submodules.tar.gz .
- name: Create Release
id: create_release
Expand Down

0 comments on commit b993da8

Please sign in to comment.