Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ImranR98 authored Mar 29, 2024
1 parent 1019a01 commit db755e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2

- name: Temp
id: temp
run: |
echo $JAVA_HOME
find . | grep /javac$
- name: Import GPG key
id: import_pgp_key
uses: crazy-max/ghaction-import-gpg@v6
Expand Down

0 comments on commit db755e0

Please sign in to comment.