Skip to content

Commit 55429f2

Browse files
author
Robyn Ffrancon
authored
Merge pull request #695 from Roasbeef/fix-release-ci
build: fix github actions to ensure release artefacts are uploaded
2 parents 3757262 + a67327b commit 55429f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: tapd ${{ env.RELEASE_VERSION }}
4343
draft: true
4444
prerelease: false
45-
files: tapd-${{ env.RELEASE_VERSION }}/*
45+
files: taproot-assets-${{ env.RELEASE_VERSION }}/*
4646
body: |
4747
# Database Migrations
4848
TODO

0 commit comments

Comments
 (0)