Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Impact-I authored Apr 7, 2022
1 parent 5cd3ca4 commit 112d950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
target_commitish: ${{env.SNAPSHOT_HASH}}
target_commitish: v2-${{env.SNAPSHOT_HASH}}
tag_name: android-v2-${{env.SNAPSHOT_HASH}}
files: |
./*.so
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
target_commitish: ${{env.SNAPSHOT_HASH}}
target_commitish: v2-${{env.SNAPSHOT_HASH}}
tag_name: ios-v2-${{env.SNAPSHOT_HASH}}
files: |
./Flutter

0 comments on commit 112d950

Please sign in to comment.