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