Skip to content

Commit 363fe61

Browse files
committed
adjust archive name
1 parent 5f9dcd3 commit 363fe61

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.forgejo/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,6 @@ jobs:
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 }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)"; \

0 commit comments

Comments
 (0)