From a5aed2b2b81be3301570ade5088b1c462eb3c91d Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Sun, 15 Dec 2024 06:01:19 +0300 Subject: [PATCH] workflow --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6092283..aad4841 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,10 @@ jobs: runs-on: ubuntu-latest steps: + + - name: Checkout Repository + uses: actions/checkout@v4 + # Step 1: Download the latest release tarball - name: Download Latest Release run: | @@ -23,9 +27,6 @@ jobs: extracted_dir=$(ls app-release | head -n 1) mv "app-release/$extracted_dir" app-release/source - - name: Checkout Repository - uses: actions/checkout@v4 - # Step 3: Parse version.txt - name: Parse version.txt id: parse_version