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