update actions names.

This commit is contained in:
foamyguy 2025-06-21 10:14:07 -05:00
parent 36626af858
commit 0699a56feb
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
name: GitHub Release Actions name: Validate Build
on: [pull_request, push] on: [pull_request, push]
@ -27,7 +27,7 @@ jobs:
shell: bash shell: bash
run: | run: |
pip install -r requirements.txt pip install -r requirements.txt
- name: Build assets - name: Build Fruit Jam OS
shell: bash shell: bash
run: | run: |
python build.py python build.py

View file

@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
name: GitHub Release Actions name: Daily Release Check
on: on:
schedule: schedule:
@ -10,7 +10,7 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
validate-build: release-check:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up requested Python version - name: Set up requested Python version
@ -30,7 +30,7 @@ jobs:
shell: bash shell: bash
run: | run: |
pip install -r requirements.txt pip install -r requirements.txt
- name: Build assets - name: Check If Release Needed
shell: bash shell: bash
run: | run: |
python release_updater.py python release_updater.py