Skip to content

Commit

Permalink
Update publish-copr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc authored Feb 22, 2023
1 parent 7786ca3 commit 446edda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-copr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Archive the source
run: |
git config --global --add safe.directory /__w/monitor/monitor
git archive --prefix "monitor/" -o "monitor.tar" HEAD
git submodule foreach --recursive "git archive --prefix=monitor/\$path/ --output=\$sha1.tar HEAD && tar --concatenate --file=$(pwd)/monitor.tar \$sha1.tar && rm \$sha1.tar"
gzip "monitor.tar"
Expand Down

0 comments on commit 446edda

Please sign in to comment.