[CI] TFW it's broken

This commit is contained in:
LDA 2024-09-11 12:33:26 +02:00
commit 79c94759da

View file

@ -81,7 +81,7 @@ jobs:
cp "$(uname)-$(uname -m).tgz" ..
echo "PGZ=$(uname)-$(uname -m).tgz" >> $GITHUB_ENV
- name: Upload it all
uses: actions/upload-artifact@v4
uses: https://github.com/christopherhx/gitea-upload-artifact@v4
with:
name: ${{ env.PGZ }}
path: ${{ env.PGZ }}