From 0794ce638fd2ccc782f3e93729015e2aa18a2bb4 Mon Sep 17 00:00:00 2001 From: Bavo Denys <66639415+bavodenys@users.noreply.github.com> Date: Sun, 21 Jan 2024 12:14:59 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 00d04b0..8007ba7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,6 @@ jobs: with: flutter-version: '2.10.0' # Adjust the version as needed - - name: Install dependencies and execute flet pack run: | python -m venv venv @@ -40,6 +39,9 @@ jobs: pip install -r requirements.txt # Replace with your requirements file if needed flet pack main.py --name bike_maintenance_tool deactivate # Deactivate the virtual environment + + - name: Make binary executable + run: chmod +x ./dist/bike_maintenance_tool - name: Publish Artifact for Linux uses: actions/upload-artifact@v2