We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de8ebb commit 1674921Copy full SHA for 1674921
.github/workflows/build-and-release.yml
@@ -81,7 +81,7 @@ jobs:
81
- Images and other static resources
82
83
### Installation:
84
- 1. Download the `steem-clone-build.zip` file
+ 1. Download the `steem-com-build.zip` file
85
2. Extract the contents to your web server
86
3. Configure your web server to serve the static files
87
@@ -99,6 +99,6 @@ jobs:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100
with:
101
upload_url: ${{ steps.create_release.outputs.upload_url }}
102
- asset_path: ./steem-clone-build.zip
103
- asset_name: steem-clone-build.zip
+ asset_path: ./steem-com-build.zip
+ asset_name: steem-com-build.zip
104
asset_content_type: application/zip
0 commit comments