release: use git archive to get sources

This commit is contained in:
Anonymous Maarten
2024-05-22 00:48:13 +02:00
committed by Anonymous Maarten
parent 9b0203d9b1
commit 85c87f4140
2 changed files with 16 additions and 77 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: 'Set up Python'
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
- name: 'Fetch build-release.py'
uses: actions/checkout@v4
with: