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 446edda commit af01a2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-copr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Submit a build for Copr
container: fedora:latest
container: fedora:36
runs-on: ubuntu-latest

steps:
Expand All @@ -35,7 +35,6 @@ 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 af01a2b

Please sign in to comment.