Skip to content

Commit 1674921

Browse files
committed
fix package name
1 parent 2de8ebb commit 1674921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- Images and other static resources
8282
8383
### Installation:
84-
1. Download the `steem-clone-build.zip` file
84+
1. Download the `steem-com-build.zip` file
8585
2. Extract the contents to your web server
8686
3. Configure your web server to serve the static files
8787
@@ -99,6 +99,6 @@ jobs:
9999
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
100100
with:
101101
upload_url: ${{ steps.create_release.outputs.upload_url }}
102-
asset_path: ./steem-clone-build.zip
103-
asset_name: steem-clone-build.zip
102+
asset_path: ./steem-com-build.zip
103+
asset_name: steem-com-build.zip
104104
asset_content_type: application/zip

0 commit comments

Comments
 (0)