mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-04 15:38:57 +01:00
Update Build.yml
This commit is contained in:
parent
874e513b47
commit
3edcd10c12
4
.github/workflows/Build.yml
vendored
4
.github/workflows/Build.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
|||||||
version-release:
|
version-release:
|
||||||
runs-on: windows-latest # Use Windows 10 runner
|
runs-on: windows-latest # Use Windows 10 runner
|
||||||
|
|
||||||
|
if: github.actor != 'github-actions[bot]' # Only run if the actor is not the GitHub Actions bot
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -36,7 +38,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
dir actions-temp
|
dir actions-temp
|
||||||
dir
|
dir
|
||||||
|
|
||||||
- name: Get version and name from version.json
|
- name: Get version and name from version.json
|
||||||
id: version_info
|
id: version_info
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user