Skip to content

Commit

Permalink
Update build-release-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsfitts authored Aug 18, 2024
1 parent 4338a6e commit cc431d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name:
name: sdAI-Termux
path: app/build/outputs/apk/release
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: release
release_name: Release sdAI-Termux
draft: false
prerelease: false
files: app/build/outputs/apk/release/*.apk

0 comments on commit cc431d4

Please sign in to comment.