Skip to content

Commit

Permalink
Add python version 3.9.1 setup to the build chain
Browse files Browse the repository at this point in the history
  • Loading branch information
forensicmike committed Jan 19, 2021
1 parent 66f244a commit 2fc31c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ALEAPP-BuildPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Setup Python v3.9.1
uses: actions/setup-python@v2
with:
python-version: '3.9.1'

- name: Package ALEAPP
uses: JackMcKew/pyinstaller-action-windows@main
Expand Down Expand Up @@ -49,4 +54,4 @@ jobs:
upload_url: ${{ steps.githubrelease.outputs.upload_url }}
asset_path: dist/ALEAPP-windows.zip
asset_name: ALEAPP-windows.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 2fc31c8

Please sign in to comment.