Skip to content

Commit

Permalink
Merge pull request #2168 from tino097/master
Browse files Browse the repository at this point in the history
Upload artifact fix
  • Loading branch information
jqnatividad committed Sep 24, 2024
2 parents 794c5e9 + 7ada329 commit 8664f02
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/publish-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
target: x86_64-unknown-linux-gnu
override: true

# - uses: actions/checkout@v4
# with:
# fetch-depth: 0
# persist-credentials: false
# token: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout repository
uses: actions/checkout@v4
with:
Expand All @@ -57,13 +51,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: qsv-deb
path: target/debian/*
path: target/x86_64-unknown-linux-gnu/debian/*.deb

# - name: Upload zipped binaries to release
# uses: svenstaro/upload-release-action@v2
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: target/debian/qsv_${{ needs.analyze-tags.outputs.previous-tag }}-1_x86_64-unknown-linux-gnu.deb
# asset_name: qsv_${{ needs.analyze-tags.outputs.previous-tag }}-1_x86_64-unknown-linux-gnu.deb
# overwrite: true
# tag: ${{ needs.analyze-tags.outputs.previous-tag }}

0 comments on commit 8664f02

Please sign in to comment.