Skip to content

Commit

Permalink
Merge pull request lightninglabs#695 from Roasbeef/fix-release-ci
Browse files Browse the repository at this point in the history
build: fix github actions to ensure release artefacts are uploaded
  • Loading branch information
ffranr authored Nov 27, 2023
2 parents 3757262 + a67327b commit 55429f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: tapd ${{ env.RELEASE_VERSION }}
draft: true
prerelease: false
files: tapd-${{ env.RELEASE_VERSION }}/*
files: taproot-assets-${{ env.RELEASE_VERSION }}/*
body: |
# Database Migrations
TODO
Expand Down

0 comments on commit 55429f2

Please sign in to comment.