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 May 8, 2022
1 parent 00db7ee commit 63d08a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
target_commitish: v2-${{env.SNAPSHOT_HASH}}
tag_name: android-v2-${{env.SNAPSHOT_HASH}}
target_commitish: v3-${{env.SNAPSHOT_HASH}}
tag_name: android-v3-${{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: v2-${{env.SNAPSHOT_HASH}}
tag_name: ios-v2-${{env.SNAPSHOT_HASH}}
target_commitish: v3-${{env.SNAPSHOT_HASH}}
tag_name: ios-v3-${{env.SNAPSHOT_HASH}}
files: |
./Flutter

0 comments on commit 63d08a9

Please sign in to comment.