From 3c03017dde29c662e34bc2191d836a850b67045c Mon Sep 17 00:00:00 2001 From: Marcelo Politzer <251334+mpolitzer@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:26:55 -0300 Subject: [PATCH] fix: CI script and update version --- .github/workflows/main.yml | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05fa545..5b68cb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: run: | sha512sum ${{ env.TOOLS_DEB }} > ${{ env.TOOLS_DEB }}.sha512 sha512sum ${{ env.TOOLS_ROOTFS }} > ${{ env.TOOLS_ROOTFS }}.sha512 - for f in libcmt/deb/*; sha512sum $f > libcmt/$f.sha512; done + for f in libcmt/deb/*; do sha512sum $f > libcmt/deb/$f.sha512; done - uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/v') diff --git a/Makefile b/Makefile index 6bbfd3e..86bd272 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,9 @@ # MAJOR := 0 -MINOR := 15 +MINOR := 16 PATCH := 0 -LABEL := +LABEL :=-output-unification-v2-test1 VERSION := $(MAJOR).$(MINOR).$(PATCH)$(LABEL) TOOLS_DEB := machine-emulator-tools-v$(VERSION).deb