Skip to content

Commit

Permalink
Change auto release tool for tagged versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrfv committed Sep 17, 2023
1 parent 7c74d55 commit 79e952e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ jobs:
- run: sudo apt update && sudo apt install p7zip-full
- run: 7z a -bb3 -tzip -mx9 -x!.*\* -x!website\* -x!companion_app\* -x!convenience-scripts\* Open_Android_Backup_${{ github.ref_name }}_Bundle.zip .

- uses: "marvinpinto/action-automatic-releases@latest"
- uses: ncipollo/release-action@v1
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
artifacts: "Open_Android_Backup_${{ github.ref_name }}_Bundle.zip,companion_app/build/app/outputs/apk/release/app-release.apk"
allowUpdates: false
artifactErrorsFailBuild: true
generateReleaseNotes: true
prerelease: false
title: "Open Android Backup Stable - ${{ github.ref_name }}"
files: |
companion_app/build/app/outputs/apk/release/app-release.apk
Open_Android_Backup_${{ github.ref_name }}_Bundle.zip
makeLatest: true
name: "Open Android Backup Stable - ${{ github.ref_name }}"
discussionCategory: "New Versions"

0 comments on commit 79e952e

Please sign in to comment.