This commit is contained in:
nomadics9 2025-01-06 02:26:42 +03:00
parent 8f66b59ab8
commit 7075462eb1

View file

@ -20,12 +20,15 @@ jobs:
- name: Download Assets - name: Download Assets
uses: actions/forgejo-release@v2 uses: actions/forgejo-release@v2
with: with:
url: https://git.askar.tv url: "https://git.askar.tv"
repo: "nomad/alaskartv-app"
token: "${{ secrets.FORGEJO_TOKEN }}"
tag: "${{ env.VERSION_NAME }}" tag: "${{ env.VERSION_NAME }}"
release-dir: ./ release-dir: ./
direction: download direction: download
env: env:
VERSION_NAME: ${{ env.VERSION_NAME }} VERSION_NAME: ${{ env.VERSION_NAME }}
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
- name: Use What's New Message - name: Use What's New Message
run: | run: |