final cleanup

This commit is contained in:
2025-10-29 00:41:28 -05:00
parent 69bc1af9df
commit 6d1648c9a3

View File

@@ -20,12 +20,6 @@ runs:
run: | run: |
echo "#!/bin/bash echo "#!/bin/bash
echo '📤️ Uploading package to ${{ gitea.server_url }} ...' echo '📤️ Uploading package to ${{ gitea.server_url }} ...'
if [ -z "\$username" ]
then
echo "NO USERNAME DETECTED"
else
echo "\$username , first letter \${username:0:1}"
fi
curl --user \"\$username:\$token\" \ curl --user \"\$username:\$token\" \
--upload-file ./*.tar.zst \ --upload-file ./*.tar.zst \
'${{ gitea.server_url }}/api/packages/packages_test/arch/microverse' '${{ gitea.server_url }}/api/packages/packages_test/arch/microverse'
@@ -36,16 +30,6 @@ runs:
git add "./post-entrypoint.sh" git add "./post-entrypoint.sh"
git commit -m "fuck you, gitea" git commit -m "fuck you, gitea"
- name: sanity check
shell: bash
run: |
if [ -z "${{ inputs.username }}" ]; then
echo "❌ Secret not set!"
exit 1
else
echo "✅ Secret appears to be set."
fi
- name: Build package - name: Build package
uses: https://git.sanin.dev/packages_test/build-publish/@build uses: https://git.sanin.dev/packages_test/build-publish/@build
with: with: