Skip to content

Commit

Permalink
Try another release action
Browse files Browse the repository at this point in the history
First don't work with lightweight tags.
  • Loading branch information
xendk committed Nov 13, 2024
1 parent 8addc2f commit fcd54b8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fcd54b8

Please sign in to comment.