From 402e551b99252ee2c50e3e7374fe35c27aa22ba9 Mon Sep 17 00:00:00 2001 From: Thomas Cicognani Date: Tue, 22 Oct 2024 22:04:41 +0200 Subject: [PATCH] feat (ci): add 1.0.0 to build releases --- .github/workflows/deno.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 07c1551..dc7d431 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -64,7 +64,7 @@ jobs: - name: Archive Linux binary x86_64 uses: actions/upload-artifact@v4 with: - name: autophoto-linux-x86_64 + name: autophoto-linux-x86_64-1.0.0 path: build/linux-x86_64 - name: Build Linux binary ARM @@ -73,5 +73,5 @@ jobs: - name: Archive Linux binary ARM uses: actions/upload-artifact@v4 with: - name: autophoto-linux-arm + name: autophoto-linux-arm-1.0.0 path: build/linux-arm