File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ jobs:
154154 # Store artifacts.
155155 - uses : actions/upload-artifact@v2
156156 with :
157- name : RandomFixtureKit.Unity. ${{ env.GIT_TAG }}.unitypackage
158- path : ./src/RandomFixtureKit.Unity/RandomFixtureKit.Unity. ${{ env.GIT_TAG }}.unitypackage
157+ name : RandomFixtureKit.${{ env.GIT_TAG }}.unitypackage
158+ path : ./src/RandomFixtureKit.Unity/RandomFixtureKit.${{ env.GIT_TAG }}.unitypackage
159159
160160 create-release :
161161 if : github.event.inputs.dry_run == 'false'
@@ -191,8 +191,8 @@ jobs:
191191 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
192192 with :
193193 upload_url : ${{ steps.create_release.outputs.upload_url }}
194- asset_path : ./RandomFixtureKit.Unity. ${{ env.GIT_TAG }}.unitypackage/RandomFixtureKit.Unity .${{ env.GIT_TAG }}.unitypackage
195- asset_name : RandomFixtureKit.Unity. ${{ env.GIT_TAG }}.unitypackage
194+ asset_path : ./RandomFixtureKit.${{ env.GIT_TAG }}.unitypackage/RandomFixtureKit.${{ env.GIT_TAG }}.unitypackage
195+ asset_name : RandomFixtureKit.${{ env.GIT_TAG }}.unitypackage
196196 asset_content_type : application/octet-stream
197197
198198 cleanup :
You can’t perform that action at this time.
0 commit comments