testing
Some checks failed
Build Latest / AlaskarTV (push) Failing after 3m14s

This commit is contained in:
nomadics9 2025-01-06 01:41:22 +03:00
parent 8909ee03fc
commit bcd6613245
2 changed files with 5 additions and 5 deletions

View file

@ -189,12 +189,12 @@ jobs:
exit 1
fi
echo "RELEASE_NOTES=$RELEASE_NOTES" >> $GITHUB_ENV
echo "$RELEASE_NOTES" > release-notes.md
- name: Debug Release Notes
run: |
echo "Fetched Release Notes:"
echo "${{ env.RELEASE_NOTES }}"
echo "Fetched Release Notes:"
cat release-notes.md
- name: Create Release and Upload Assets
@ -204,11 +204,10 @@ jobs:
token: ${{ secrets.FORGEJO_TOKEN }}
tag: "${{ env.VERSION_NAME }}"
title: "AlaskarTV-v${{ env.VERSION_NAME }}-${{ env.VERSION_CODE }}"
release-notes: "${{ env.RELEASE_NOTES }}"
release-notes: "$(cat release-notes.md)"
release-dir: ./release-assets
direction: upload
env:
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
VERSION_NAME: ${{ env.VERSION_NAME }}
VERSION_CODE: ${{ env.VERSION_CODE }}
RELEASE_NOTES: ${{ env.RELEASE_NOTES }}

View file

@ -1 +1,2 @@
v0.18.3