Skip to content

Commit e244903

Browse files
committed
chore: plop
1 parent 1e073e6 commit e244903

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-binaries-with-sharp.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Session Desktop
77
on:
88
push:
99
branches:
10-
- master
10+
- plop
1111
pull_request:
1212
branches:
1313
- master
@@ -100,7 +100,7 @@ jobs:
100100
generate_release_metadata: true
101101
- identifier: deb-25-10
102102
electron_target: deb
103-
cache_suffix: linux-deb
103+
cache_suffix: linux-deb-25-10
104104
is_qa: false
105105
ubuntu_version: 25.10
106106
generate_release_metadata: true
@@ -113,6 +113,7 @@ jobs:
113113
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114114

115115
steps:
116+
- run: apt update && apt install -y git
116117
- run: git config --global core.autocrlf false
117118

118119
- name: Checkout git repo

0 commit comments

Comments
 (0)