Skip to content

Commit b9bdc53

Browse files
committed
updated releases
1 parent fd759fe commit b9bdc53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on: push
22
jobs:
3-
build-and-deploy:
3+
build:
44
runs-on: ubuntu-latest
55
steps:
66
- uses: actions/checkout@v2
@@ -44,13 +44,13 @@ jobs:
4444
PACKAGECLOUD_REPO="cs50/repo"
4545
4646
# 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 )
4848
for repo in "${UBUNTU_REPOS[@]}"; do
4949
package_cloud push "$PACKAGECLOUD_REPO"/ubuntu/"$repo" ${PWD}/artifacts/*.deb
5050
done
5151
5252
# Deploy rpm to fedora repos
53-
for repo in $(seq 28 32); do
53+
for repo in $(seq 28 36); do
5454
package_cloud push "$PACKAGECLOUD_REPO"/fedora/"$repo" ${PWD}/artifacts/*.rpm
5555
done
5656
env:

0 commit comments

Comments
 (0)