File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8181 override : true
8282 tag : nightly
8383 release-notes : |
84- "Nightly build of CapyScheme\n - Date: ${{ needs.check-and-run.outputs.date }}\n - Commit: ${{ needs.check-and-run.outputs.short_sha }}"
84+ Nightly build of CapyScheme
85+ - Date: ${{ needs.check-and-run.outputs.date }}
86+ - Commit: ${{ needs.check-and-run.outputs.short_sha }}
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ dist-portable: build build-runtime-portable
483483 stagedir=$$ {STAGEDIR:-stage-dist}; \
484484 outname=$$ {OUTNAME:-}; \
485485 mkdir -p " $$ outdir" ; \
486- archive_name=$$ {outname:-capyscheme-$(VERSION ) -$(TARGET ) - $( ARCH ) - $( PROFILE ) .tar.gz}; \
486+ archive_name=$$ {outname:-capyscheme-$(VERSION ) -$(TARGET ) .tar.gz}; \
487487 stage_root=" $$ stagedir" ; \
488488 stage_prefix=" $$ stage_root" ; \
489489 stage_install_dir=" $$ stage_prefix/capy/$( VERSION) " ; \
You can’t perform that action at this time.
0 commit comments