We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ad25f commit a41fa06Copy full SHA for a41fa06
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
release_name: ${{ github.ref_name }} # use git tag as unique release name
25
release_description: "Unaudited SinkContract ${{ github.ref_name }}"
26
home_domain: 'stellarcarbon.io' # home domain for the contract
27
- relative_path: '["src/sink-carbon"]' # relative path to the contract
+ relative_path: 'src/sink-carbon' # relative path to the contract
28
package: 'sink-carbon' # package name to build
29
secrets:
30
release_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments