We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 527dfa5 + 2a891a3 commit 61dfb8aCopy full SHA for 61dfb8a
1 file changed
.github/workflows/release.yml
@@ -99,12 +99,14 @@ jobs:
99
- name: Install Kolibri
100
run: make install-kolibri
101
- name: Build .deb package
102
- run: make deb
+ run: |
103
+ make deb
104
+ cp ../kolibri-server_*.deb ./kolibri-server.deb
105
- name: Upload .deb artifact
106
uses: actions/upload-artifact@v7
107
with:
108
name: kolibri-server-deb
- path: ../kolibri-server_*.deb
109
+ path: kolibri-server.deb
110
wait_for_source_published:
111
needs:
112
- check_version
0 commit comments