Fix repo updates

This commit is contained in:
Maximilian Luz 2020-02-18 03:08:16 +01:00
parent b78eee47f6
commit bca3695344
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
3 changed files with 3 additions and 3 deletions

View file

@ -150,7 +150,7 @@ jobs:
GIT_TAG=$(echo $GIT_REF | sed 's|^refs/tags/||g')
# convert packages into references
for pkg in $(find . -name '*.pkg.tar.zst'); do
for pkg in $(find . -name '*.deb'); do
echo "linux-surface:$GIT_TAG/$(basename $pkg)" > $pkg.blob
rm $pkg
done

View file

@ -92,7 +92,7 @@ jobs:
GIT_TAG=$(echo $GIT_REF | sed 's|^refs/tags/||g')
# convert packages into references
for pkg in $(find . -name '*.pkg.tar.zst'); do
for pkg in $(find . -name '*.rpm'); do
echo "linux-surface:$GIT_TAG/$(basename $pkg)" > $pkg.blob
rm $pkg
done

View file

@ -92,7 +92,7 @@ jobs:
GIT_TAG=$(echo $GIT_REF | sed 's|^refs/tags/||g')
# convert packages into references
for pkg in $(find . -name '*.pkg.tar.zst'); do
for pkg in $(find . -name '*.rpm'); do
echo "linux-surface:$GIT_TAG/$(basename $pkg)" > $pkg.blob
rm $pkg
done