Skip to content

Commit

Permalink
fix matrix upload script (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Newberry <brooks@newberry.com>
  • Loading branch information
brooksn authored Jul 24, 2024
1 parent d2c0bd3 commit c33aff1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
arch:
- "amd64"
- "srcrpm"
include:
- arch: "srcrpm"
upload-script: "upload-srcrpm-repo"
- arch: "amd64"
upload-script: "upload-repo"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -99,7 +104,7 @@ jobs:
-e TESTING_AWS_ACCESS_KEY_ID="$TESTING_AWS_ACCESS_KEY_ID" \
-e TESTING_AWS_SECRET_ACCESS_KEY="$TESTING_AWS_SECRET_ACCESS_KEY" \
centos:7 \
rpm/${{ matrix.os }}/scripts/upload-repo
rpm/${{ matrix.os }}/scripts/${{ matrix.upload-script }}
- name: Checksum
run: |
if [ "${{ matrix.arch }}" = "srcrpm" ]; then
Expand Down

0 comments on commit c33aff1

Please sign in to comment.