From 0566f266e3df5787fcecfb39713009c4f116d022 Mon Sep 17 00:00:00 2001 From: Callahan Kovacs Date: Sun, 10 Nov 2024 08:52:06 -0600 Subject: [PATCH] ci: fix release workflow Signed-off-by: Callahan Kovacs --- .github/workflows/publish.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1ca8ac3..096b031 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 @@ -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