Skip to content

Commit

Permalink
testing github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebueno committed Jun 10, 2024
1 parent 7c304e7 commit 86d6633
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Create GitHub Release

on:
push:
tags:
- '*'
branches: ["master"]
# tags:
# - '*'

workflow_dispatch:

Expand Down Expand Up @@ -62,13 +63,14 @@ jobs:
uses: actions/download-artifact@v2
with:
name: build-artifacts
path: ./build-artifacts
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
app-arm64-v8a-prod-release.apk
app-armeabi-v7a-prod-release.apk
app-x86_64-prod-release.apk
app-prod-release.aab
files: |
./build-artifacts/app-arm64-v8a-prod-release.apk
./build-artifacts/app-armeabi-v7a-prod-release.apk
./build-artifacts/app-x86_64-prod-release.apk
./build-artifacts/app-prod-release.aab
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 86d6633

Please sign in to comment.