Skip to content

Commit

Permalink
git: test snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY committed May 15, 2024
1 parent 9eecbcb commit 3b4e4a4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,24 @@ jobs:
# keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
# keyPassword: ${{ secrets.ANDROID_SIGNING_KEY_PASSWORD }}

- name: "✏️ Generate release changelog"
id: generate_changelog
uses: heinrichreimer/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Creating Snapshot Release at namida-snapshots
uses: softprops/action-gh-release@v2
with:
repository: namidaco/namida-snapshots
body: ${{ steps.generate_changelog.outputs.changelog }}
files: |
build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
build/app/outputs/flutter-apk/app-arm64-v8a-release.apk.sha1
build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk.sha1
token: ${{ secrets.SNAPSHOTS_REPO_SECRET }}

- name: Upload arm64-v8a APK
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3b4e4a4

Please sign in to comment.