From 72a444f4c2017e2e61426bbddda23f07adb1b64c Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 22 Aug 2024 09:29:07 -0400 Subject: [PATCH] Fix deployment --- .forgejo/bin/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/bin/deploy.sh b/.forgejo/bin/deploy.sh index 79aa664..7d2ce82 100755 --- a/.forgejo/bin/deploy.sh +++ b/.forgejo/bin/deploy.sh @@ -16,6 +16,7 @@ get_qubes_release() { readonly QUBES_REL=$(get_qubes_release) readonly group=qubes/$QUBES_REL +readonly rpm=$(find . -name 'qubes-template-*.rpm') echo "Sending $rpm to $TARGET_REPO/$group/upload" curl -s --user $FORGE_REPO_USER:$FORGE_REPO_TOKEN --upload-file $rpm $TARGET_REPO/$group/upload