From fcd54b897daa24b1297a7e3fdbd3223c88401164 Mon Sep 17 00:00:00 2001 From: Thomas Fini Hansen Date: Wed, 13 Nov 2024 13:22:57 +0100 Subject: [PATCH] Try another release action First don't work with lightweight tags. --- .github/workflows/publish-release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 8e33b75..2dc0d74 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -15,8 +15,7 @@ jobs: - name: Create archive run: | git archive --format=zip --prefix=kdb_brugbyen/ HEAD -o kdb_brugbyen.zip - - name: Publish release - uses: ghalactic/github-release-from-tag@v5 + - name: Release + uses: softprops/action-gh-release@v2 with: - assets: | - - path: kdb_brugbyen.zip + files: kdb_brugbyen.zip