Skip to content

Commit

Permalink
Merge pull request #2126 from tino097/update-ubuntu-version-for-deb-p…
Browse files Browse the repository at this point in the history
…ackage

Update ubuntu version for deb package.

Thanks @tino097 !
  • Loading branch information
jqnatividad authored Sep 10, 2024
2 parents 295b774 + 850c756 commit df0bd42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/publish-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: qsv Debian Package
on:
workflow_dispatch:

jobs:
jobs:
analyze-tags:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
previous-tag: ${{ steps.previoustag.outputs.tag }}
steps:
Expand All @@ -18,11 +18,13 @@ jobs:

build:
needs: analyze-tags
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Cargo Deb
run: cargo install cargo-deb
Expand All @@ -31,11 +33,7 @@ jobs:
run: cargo deb

- name: Upload Debian Package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: qsv-deb
path: target/debian/*




2 changes: 2 additions & 0 deletions packages/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Debian Packages
This directory contains the Debian packages for the QSV library.

0 comments on commit df0bd42

Please sign in to comment.