From a6154d2994114ded46ddaaefe421775ed667666c Mon Sep 17 00:00:00 2001 From: dhzdhd Date: Wed, 8 Jan 2025 14:44:03 +0530 Subject: [PATCH] Change release file names and bump minor version --- .github/workflows/build-release.yml | 8 ++++---- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 94baf41..f2b0c0b 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -118,10 +118,10 @@ jobs: path: exec/ - name: Zip Windows programs - run: 7z a -tZip ExCode-win.zip exec/win + run: 7z a -tZip SyncVault-${{ github.ref_name }}-windows.zip exec/win - name: Zip Linux bundle - run: tar -czvf Excode-linux.tar.gz exec/linux + run: tar -czvf SyncVault-${{ github.ref_name }}-linux.tar.gz exec/linux - name: Display structure of downloaded files run: tree exec/ @@ -136,8 +136,8 @@ jobs: files: | exec/android/bundle/release/app-release.aab exec/android/flutter-apk/* - ExCode-win.zip - ExCode-linux.tar.gz + SyncVault-${{ github.ref_name }}-windows.zip + SyncVault-${{ github.ref_name }}-linux.tar.gz exec/win/ExCode.msix body_path: CHANGELOG.md token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 239eee3..5de9af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. For currently known issues, check the [GitHub issues tab](https://github.com/dhzdhd/SyncVault/issues?q=is%3Aopen+is%3Aissue+label%3Abug) -## 0.6.3 | 08-01-2025 (Prerelease) +## 0.6.4 | 08-01-2025 (Prerelease) ### Additions diff --git a/pubspec.yaml b/pubspec.yaml index e311fd6..f314f92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. publish_to: 'none' -version: 0.6.3 +version: 0.6.4 environment: sdk: '>=3.6.0 <4.0.0'