Skip to content

Commit

Permalink
final CHANGELOG and gh action changes
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilionus committed Feb 19, 2022
1 parent d2b061a commit 7956d26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:

- name: move theme files to release dir
run: |
mv $tdesktop_theme_path $release_dir_path
mv $android_theme_path $release_dir_path
mv $ios_theme_path $release_dir_path
mv $macos_theme_path $release_dir_path
mv -v -t $release_dir_path $tdesktop_theme_path $android_theme_path $ios_theme_path $macos_theme_path
- name: attach files to release
uses: AButler/[email protected]
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
- Chat background image was updated and now will be displayed properly in cloud-synced theme

### Global Changes
#### Added
- Created `github workflow` for automated post-release actions

#### Changed
- Preview screenshot updated to current state
- Created `github workflow` for automated post-release actions


## Update 2022.01.07
Expand Down

0 comments on commit 7956d26

Please sign in to comment.