Skip to content

Commit

Permalink
fix: Add latest-linux.yml to release files (#2950)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito authored Sep 25, 2024
1 parent 9391b10 commit c414a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions workspaces/desktop-release-action/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42239,6 +42239,7 @@ const pack = () => src_awaiter(void 0, void 0, void 0, function* () {
}
});
const getFilesToUpload = () => out_default()([
'dist/latest-linux.yml',
'dist/*.tar.gz',
'dist/*.snap',
'dist/*.deb',
Expand Down
1 change: 1 addition & 0 deletions workspaces/desktop-release-action/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const pack = async () => {

const getFilesToUpload = () =>
fg([
'dist/latest-linux.yml',
'dist/*.tar.gz',
'dist/*.snap',
'dist/*.deb',
Expand Down

0 comments on commit c414a7c

Please sign in to comment.