Skip to content

Commit d5c829c

Browse files
authored
Merge branch 'main' into dev
2 parents a0223d5 + 35957ea commit d5c829c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
continue-on-error: true
130130
run: |
131131
chmod +x Scripts/publish.sh
132-
./Scripts/publish.sh linux flatpak --arch ${{ matrix.arch }}
132+
./Scripts/publish.sh linux --arch ${{ matrix.arch }}
133133
134134
- name: Upload Linux ${{ matrix.arch }} artifacts
135135
uses: actions/upload-artifact@v4
@@ -140,7 +140,6 @@ jobs:
140140
dist/*.deb
141141
dist/*.rpm
142142
dist/*.tar.xz
143-
dist/*.flatpak
144143
if-no-files-found: warn
145144

146145
# ============================================================================

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
Downloads are available in [Releases](https://github.com/yyyumeniku/HyPrism/releases)
1919

2020
> We are also here! https://gitlab.com/yyyumeniku/HyPrism
21+
>
22+
> And here: https://git.sanhost.net/HyprismTeam/HyPrism
2123
2224
## Build Instructions
2325

0 commit comments

Comments
 (0)