File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
105
105
106
106
- name : Package Docker Image
107
- run : docker save docusaurus-docs -o ${{ github.workspace }}/docusaurus-docs .tar
107
+ run : docker save pvarkidocs -o ${{ github.workspace }}/pvarkidocs .tar
108
108
109
109
- name : Create GitHub Release
110
110
id : create_release
@@ -122,8 +122,8 @@ jobs:
122
122
uses : actions/upload-release-asset@v1
123
123
with :
124
124
upload_url : ${{ steps.create_release.outputs.upload_url }}
125
- asset_path : ${{ github.workspace }}/docusaurus-docs .tar
126
- asset_name : docusaurus-docs .tar
125
+ asset_path : ${{ github.workspace }}/pvarkidocs .tar
126
+ asset_name : pvarkidocs .tar
127
127
asset_content_type : application/x-tar
128
128
env :
129
129
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments