Skip to content

Commit

Permalink
Change release file names and bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Jan 8, 2025
1 parent 1a16f8b commit a6154d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a6154d2

Please sign in to comment.