Skip to content

Commit

Permalink
drop extension from artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ktalley-figure committed Jul 22, 2022
1 parent 76f90c6 commit 28d6e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For an example of this in use look at [this repository's test workflow](https://
test_script: "./scripts/name_test.sh"
```

After a successful run, the proposals will be added to an archive named `$GITHUB_JOB_proposals.zip` and attached to the build.
After a successful run, the proposals will be added to an archive named `$GITHUB_JOB_proposals` and attached to the build.

**IMPORTANT**: The json proposals have placeholders for user-specific data (e.g., title, account addresses, code_id). These placeholders must be replaced in order to submit the proposal.

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
- name: attach artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ github.job }}_proposals.zip
name: ${{ github.job }}_proposals
path: |
wasm-store-proposal.json
instantiate-contract-proposal.json
Expand Down

0 comments on commit 28d6e49

Please sign in to comment.