Skip to content

Commit efd5a3e

Browse files
authored
fix: include Debian artifact in nightly AUR job (#1737)
<!-- Please read https://github.com/SableClient/Sable/blob/dev/CONTRIBUTING.md before submitting your pull request --> ### Description <!-- Please include a summary of the change. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Fixes # #### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ### Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings ### AI disclosure: - [ ] Partially AI assisted (clarify which code was AI assisted and briefly explain what it does). - [ ] Fully AI generated (explain what all the generated code does in moderate detail). <!-- Write any explanation required here, but do not generate the explanation using AI!! You must prove you understand what the code in this PR does. -->
2 parents 169d81f + 9eaf500 commit efd5a3e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tauri-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,8 @@ jobs:
781781
name: sable-linux-deb
782782
path: .goreleaser-dist/Sable-*.deb
783783
retention-days: 1
784+
include-hidden-files: true
785+
if-no-files-found: error
784786

785787
distribute-nightly-aur:
786788
name: Publish nightly to AUR

0 commit comments

Comments
 (0)