Skip to content

Commit

Permalink
improved naming
Browse files Browse the repository at this point in the history
  • Loading branch information
glebashnik committed Aug 14, 2024
1 parent e303a02 commit 50b88eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mirror-copr-rpms-to-archive.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: mirror-copr-rpms-to-archive
name: Mirror Copr RPMs to archive

on:
workflow_dispatch:
Expand Down Expand Up @@ -43,14 +43,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: install
- name: Install tools
run: |
dnf install -y dnf-plugins-core jq
- name: mirror-x86-64
- name: Publish to x86-64 mirror
run: |
.github/scripts/publish-unpublished-rpms-to-archive.sh x86_64
- name: mirror-aarch64
- name: Publish to aarch64 mirror
run: |
.github/scripts/publish-unpublished-rpms-to-archive.sh aarch64

0 comments on commit 50b88eb

Please sign in to comment.