Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal committed Nov 10, 2024
1 parent 8c42b16 commit 0566f26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Package the driver
run: ./build-deb.sh
Expand All @@ -28,6 +28,6 @@ jobs:
artifacts: ${{ env.deb_file }}
token: ${{ secrets.GITHUB_TOKEN }}
name: ${{ env.deb_file }} - $(date +"%Y-%b-%d")
tag: ${{ github.ref_name }}
overwrite: true
removeArtifacts: true
replacesArtifacts: true

0 comments on commit 0566f26

Please sign in to comment.