Skip to content

Commit

Permalink
Update sca-auth-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1867 authored Nov 29, 2024
1 parent 24e1ff8 commit c20ffb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sca-auth-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
'ol8'|'el9')
cp project/toolbox/workflows/github-workflow-el-skip-install.sh .
;;
'd11'|'d12'|'u20'|'u24')
'd11'|'d12'|'u20'|'u22'|'u24')
cp project/toolbox/workflows/github-db-workflow.sh .
;;
esac
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
echo "copy to the artifacts RPM dir"
cp "$artifact_path"/RPMS/*.rpm artifacts/RPMS
;;
'd11'|'d12'|'u20'|'u24')
'd11'|'d12'|'u20'|'u22'|'u24')
mkdir -p artifacts/DEBS
echo "copy to the artifacts DEBS dir"
cp -r "$artifact_path"/* artifacts/DEBS
Expand All @@ -114,7 +114,7 @@ jobs:
'ol8'|'el9')
curl -s https://raw.githubusercontent.com/perfsonar/docker-oneshot-builder/main/build | sh -s - --run github-workflow-el-skip-install.sh . '${{ env.BUILD_OS }}'
;;
'd11'|'d12'|'u20'|'u24')
'd11'|'d12'|'u20'|'u22'|'u24')
curl -s https://raw.githubusercontent.com/perfsonar/docker-oneshot-builder/main/build | sh -s - --run github-db-workflow.sh . '${{ env.BUILD_OS }}'
;;
esac
Expand Down

0 comments on commit c20ffb1

Please sign in to comment.