Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krjw-eyev committed Oct 7, 2024
1 parent 8278e06 commit 5f8c486
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: 'build/app/outputs/apk/release/skyle_ik-android.zip'
tag: '2.0.0'
tag: '2.1.0'
commit: main
allowUpdates: true
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: 'build/ios/iphoneos/skyle_ik-ios.zip'
tag: '2.0.0'
tag: '2.1.0'
commit: main
allowUpdates: true
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: 'build/linux/x64/release/bundle/skyle_ik-linux.zip'
tag: '2.0.0'
tag: '2.1.0'
commit: main
allowUpdates: true
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: 'build/macos/Build/Products/Release/skyle_ik-macos/skyle_ik-macos.zip'
tag: '2.0.0'
tag: '2.1.0'
commit: main
allowUpdates: true
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: 'build/windows/x64/runner/Release/skyle_ik-windows.zip'
tag: '2.0.0'
tag: '2.1.0'
commit: main
allowUpdates: true

0 comments on commit 5f8c486

Please sign in to comment.