Skip to content

Commit

Permalink
Update apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mo7amedaliEbaid authored Jul 15, 2024
1 parent 0a38f9b commit 14a677b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:

- name: Create Release
id: create_release
uses: actions/create-release@v3
uses: actions/create-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
tag_name: v3.0.0 # Adjust the version tag as needed
release_name: Release v3.0.0 # Adjust the release name as needed
tag_name: v2.0.0 # Adjust the version tag as needed
release_name: Release v2.0.0 # Adjust the release name as needed
draft: false
prerelease: false

- name: Upload APK to Release
uses: actions/upload-release-asset@v3
uses: actions/upload-release-asset@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit 14a677b

Please sign in to comment.