We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de85acd commit c9cb4bfCopy full SHA for c9cb4bf
Makefile.release
@@ -405,11 +405,7 @@ upload:
405
$O/$(TOOLS_LINUXBE_700_DIR_LINUX)$(TAR_EXT) \
406
$O/$(TOOLS_LINUXLE_HS_DIR_LINUX)$(TAR_EXT) \
407
$O/$(TOOLS_LINUXBE_HS_DIR_LINUX)$(TAR_EXT) \
408
- $O/$(TOOLS_SOURCE_DIR)$(TAR_EXT)
409
- $(PYTHON) github/create-release.py --owner=foss-for-synopsys-dwc-arc-processors \
410
- --project=arc_gnu_eclipse --tag=$(RELEASE_TAG) --draft \
411
- --name="$(RELEASE_NAME)" \
412
- --prerelease --oauth-token=$(shell cat ~/.github_oauth_token) \
+ $O/$(TOOLS_SOURCE_DIR)$(TAR_EXT) \
413
$O/$(IDE_PLUGINS_ZIP) \
414
$O/$(IDE_TGZ_LINUX) \
415
$O/$(IDE_EXE_WIN)
0 commit comments