Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best authored Dec 12, 2024
1 parent 59becd6 commit 72b8699
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,15 @@ jobs:
build-binary: false
build-source: true
output-dir: ./debian-deb-output
source-dir: ./
source-dir: ./

- name: Upload to OBS
uses: LingmoOS/[email protected]
with:
remove-old-sources: true
obs-package-name: 'libqapt6'
obs-project-name: 'home:elysia:LingmoOS:CI'
obs-user-name: ${{ secrets.OBS_CI_USERNAME }}
obs-password: ${{ secrets.OBS_CI_TOKEN }}
obs-instance-url: 'https://api.opensuse.org'
local-package-dir: './debian-deb-output'

0 comments on commit 72b8699

Please sign in to comment.