Skip to content

Commit

Permalink
Update BuildReleasePlay.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiserdragon2 committed Nov 30, 2024
1 parent e34b9d4 commit 9e73e37
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/BuildReleasePlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ on:
- "*"
workflow_dispatch:


concurrency:
group: 'play'
cancel-in-progress: false

jobs:
build:
publishPlay:
environment:
name: Release-Play
name: Build Arcticons Bundle
if: startsWith(github.ref, 'refs/tags/')

runs-on: ubuntu-latest
steps:
- name: Checking out branch
Expand Down Expand Up @@ -49,4 +57,5 @@ jobs:
app/build/outputs/bundle/youPlayRelease/*.aab

0 comments on commit 9e73e37

Please sign in to comment.