mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-18 14:28:57 +01:00
Update Build.yml
This commit is contained in:
parent
97215e4c75
commit
e6b4a7acf3
12
.github/workflows/Build.yml
vendored
12
.github/workflows/Build.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
- version.json # Trigger on changes to version.json
|
- version.json # Trigger on changes to version.json
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-on-version-change:
|
version-release:
|
||||||
runs-on: windows-latest # Use Windows 10 runner
|
runs-on: windows-latest # Use Windows 10 runner
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -35,13 +35,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python actions-temp/picoBuild.py
|
python actions-temp/picoBuild.py
|
||||||
|
|
||||||
create-release:
|
- name: Debug: Show directory structure
|
||||||
needs: run-on-version-change # Run only after the previous job
|
run: |
|
||||||
runs-on: windows-latest
|
tree /F /A actions-temp # Show folder structure of actions-temp for debugging
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Get version and name from version.json
|
- name: Get version and name from version.json
|
||||||
id: version_info
|
id: version_info
|
||||||
|
Loading…
Reference in New Issue
Block a user