Skip to content

Commit

Permalink
Update build_linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbelo authored Nov 14, 2024
1 parent e85510e commit be0d0fa
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,16 @@ jobs:
strategy:
matrix:
env:
- { PYVER: 3.7.16 }

- { PYVER: 3.8.16 }

- { PYVER: 3.7.16 }
- { PYVER: 3.8.16 }
- { PYVER: 3.9.16 }

- { PYVER: 3.10.9 }

- { PYVER: 3.11.2 }

- { PYVER: 3.12.0 }
- { PYVER: 3.10.11 }
- { PYVER: 3.11.9 }
- { PYVER: 3.12.7 }
- { PYVER: 3.13.0 }
steps:
- name: Checkout main repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Update scripts permission
run: |
find -type f -iname "*.sh" -exec chmod +x {} \;
Expand All @@ -46,8 +42,9 @@ jobs:
sudo 7z a -tzip $package_filename * -r
echo ::set-output name=package_filename::$package_filename
- name: Save build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ steps.create_package.outputs.package_filename }}
path: python3-linux/embedabble/${{ steps.create_package.outputs.package_filename }}
if-no-files-found: error
- name: Publish to Digital Ocean
Expand Down

0 comments on commit be0d0fa

Please sign in to comment.