Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,14 @@ jobs:
- name: Install Kolibri
run: make install-kolibri
- name: Build .deb package
run: make deb
run: |
make deb
cp ../kolibri-server_*.deb ./kolibri-server.deb
- name: Upload .deb artifact
uses: actions/upload-artifact@v7
with:
name: kolibri-server-deb
path: ../kolibri-server_*.deb
path: kolibri-server.deb
wait_for_source_published:
needs:
- check_version
Expand Down
Loading