From fffcae4581c5156dac892999aa6526562573a742 Mon Sep 17 00:00:00 2001 From: Vomitblood Date: Wed, 7 Aug 2024 16:27:53 +0800 Subject: [PATCH] updated github actions workflow --- .github/workflows/build-validation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index a137489..63903df 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -15,6 +15,9 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 + - name: Get Variables + run: echo "TAG_NAME=commit-$(git rev-parse --short HEAD)" >> $GITHUB_ENV + - name: Update packages run: apt update && apt upgrade -y @@ -45,6 +48,7 @@ jobs: with: name: stort-appimage.zip path: ./src-tauri/target/release/bundle/appimage/*.AppImage + retention-days: 7 - name: Create Release id: create_release