mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #5623] [Bug] 0.6.1 release artifacts are zipped twice #2501
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2501
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aliesbelik on GitHub (Jun 25, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/5623
Bug Description
*.zip artifacts from 0.6.1 release are zipped twice (a zip archive inside another zip archive with the same name),
i.e.
Not the issue for previous releases, including 0.6.0.
How to Reproduce
Expected Behavior
After unpacking, one would expect to see
AppFlowydirectory containing the application files.Operating System
windows
AppFlowy Version(s)
0.6.1
Screenshots
No response
Additional Context
No response
@aliesbelik commented on GitHub (Jun 25, 2024):
Looks like there are no recent changes in release.yml that could cause that.
Similar issue reported for
upload-artifactGH action (actions/upload-artifact#39) but as far as I see it isn't used here.@aliesbelik commented on GitHub (Jul 2, 2024):
Not reproducible with 0.6.2 release *.zip packages.
@annieappflowy commented on GitHub (Jul 3, 2024):
Thank you for confirming that this bug was fixed.
@aliesbelik commented on GitHub (Jan 13, 2025):
Same with 0.8.0 release artifacts (both windows and macos zip archives).
Could you please reopen or should I raise another issue?
@LucasXu0 commented on GitHub (Jan 13, 2025):
@aliesbelik These packages were compressed twice during the CI tasks. I've removed the duplicate zip. May I know if there is any GitHub Action provided by
ScoopInstallerto check theExtra?@charleslales commented on GitHub (Jan 13, 2025):
Thanks for fixing, still an issue:
Checking hash of AppFlowy-0.8.0-windows-x86_64.zip ... ERROR Hash check failed!
App: extras/appflowy
URL: https://github.com/AppFlowy-IO/AppFlowy/releases/download/0.8.0/AppFlowy-0.8.0-windows-x86_64.zip
First bytes: 50 4B 03 04 0A 00 00 00
Expected: 091a627337ae031eec86e0e29b88401aa0c58ce63e15eb47e0f84375e66cfb12
Actual: c17546531633aa91ce99b28251f21e3b000ac5252e72b63a78c0dd3e10d8c0ca
@aliesbelik commented on GitHub (Jan 13, 2025):
@LucasXu0 Thank you for quick reaction. I've updated and tested manifest manually, should be ok now.
@charleslales commented on GitHub (Jan 13, 2025):
thanks to you! working fine ;-)