Skip to content

Commit a41fa06

Browse files
committed
ci: fix release relative path
1 parent b5ad25f commit a41fa06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
release_name: ${{ github.ref_name }} # use git tag as unique release name
2525
release_description: "Unaudited SinkContract ${{ github.ref_name }}"
2626
home_domain: 'stellarcarbon.io' # home domain for the contract
27-
relative_path: '["src/sink-carbon"]' # relative path to the contract
27+
relative_path: 'src/sink-carbon' # relative path to the contract
2828
package: 'sink-carbon' # package name to build
2929
secrets:
3030
release_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)