1
Fork 0

Try using action for upload
CI / build (push) Failing after 5s Details

This commit is contained in:
Jake Howard 2024-03-01 10:53:48 +00:00
parent dd19e65ac4
commit 782d19d9bb
1 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,10 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Build
run: ./generate.py
run: ./generate.py && zip branding.zip output/*
- name: Upload
run: GITEA_URL=$GITHUB_SERVER_URL GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} ./upload.py
uses: "https://github.com/VAllens/gitea-publish-generic-packages"
with:
token: ${{ github.token }}
files: |-
branding.zip