File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
on : push
2
2
jobs :
3
- build-and-deploy :
3
+ build :
4
4
runs-on : ubuntu-latest
5
5
steps :
6
6
- uses : actions/checkout@v2
@@ -44,13 +44,13 @@ jobs:
44
44
PACKAGECLOUD_REPO="cs50/repo"
45
45
46
46
# Deploy deb to ubuntu repos
47
- UBUNTU_REPOS=( xenial yakkety zesty artful bionic disco eoan focal groovy )
47
+ UBUNTU_REPOS=( xenial yakkety zesty artful bionic cosmic disco eoan focal groovy hirsute impish jammy )
48
48
for repo in "${UBUNTU_REPOS[@]}"; do
49
49
package_cloud push "$PACKAGECLOUD_REPO"/ubuntu/"$repo" ${PWD}/artifacts/*.deb
50
50
done
51
51
52
52
# Deploy rpm to fedora repos
53
- for repo in $(seq 28 32 ); do
53
+ for repo in $(seq 28 36 ); do
54
54
package_cloud push "$PACKAGECLOUD_REPO"/fedora/"$repo" ${PWD}/artifacts/*.rpm
55
55
done
56
56
env :
You can’t perform that action at this time.
0 commit comments