Skip to content

Commit 6530e2c

Browse files
committed
fix: softprops/action-gh-release location
1 parent c896c92 commit 6530e2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ jobs:
7272
with:
7373
tag_name: ${{ steps.tag.outputs._tag }}
7474
files: |
75-
fb-solana-${{ steps.tag.outputs._tag }}-${{ matrix.name }}.tar.gz
76-
fb-spl-token-${{ steps.tag.outputs._tag }}-${{ matrix.name }}.tar.gz
75+
release/fb-solana-${{ steps.tag.outputs._tag }}-${{ matrix.name }}.tar.gz
76+
release/fb-spl-token-${{ steps.tag.outputs._tag }}-${{ matrix.name }}.tar.gz

0 commit comments

Comments
 (0)