Skip to content

Commit

Permalink
add on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Aug 28, 2024
1 parent 7432531 commit 3e29daf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-mobile.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'OpenJDK Mobile Static Release'

on: workflow_dispatch
on:
push:
tags:
- '*'

jobs:
build-android-linux-aarch64:
Expand All @@ -23,10 +26,8 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download all build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Check downloads
run: ls
- name: Release
uses: softprops/action-gh-release@v2
with:
prerelease: true

0 comments on commit 3e29daf

Please sign in to comment.