Skip to content

fix: preserve assets folder structure in release archives#123

Merged
fank merged 1 commit intomainfrom
fix/release-assets-folder-structure
Feb 4, 2026
Merged

fix: preserve assets folder structure in release archives#123
fank merged 1 commit intomainfrom
fix/release-assets-folder-structure

Conversation

@fank
Copy link
Member

@fank fank commented Feb 4, 2026

Summary

  • Fix release archive structure to include assets/ parent directory
  • Server expects assets/markers and assets/ammo but archives contained markers/ and ammo/ at root level
  • This caused startup panic: panic: marker: open assets/markers

Test plan

  • Create a new release tag and verify the archive structure contains assets/markers/ and assets/ammo/

The release archives were missing the parent `assets/` directory,
causing the server to fail with "panic: marker: open assets/markers".
@fank fank merged commit 59bbbc9 into main Feb 4, 2026
2 checks passed
@fank fank deleted the fix/release-assets-folder-structure branch February 4, 2026 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant