Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Aug 22, 2022
1 parent aa3eb38 commit ecfaddf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"
branches:
- main
pull_request:
branches:

jobs:
build:
Expand Down Expand Up @@ -45,6 +43,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
name: Release ${{ steps.get-tag.outputs.result }}
draft: false
files: |
./artiwrapper/build/outputs/aar/artiwrapper-release.aar
env:
Expand Down

0 comments on commit ecfaddf

Please sign in to comment.