Skip to content

Commit

Permalink
Merge pull request #13 from skyraah/main
Browse files Browse the repository at this point in the history
fix action
  • Loading branch information
skyraah authored Aug 1, 2024
2 parents 09baef0 + 2c51c48 commit 2a7aca0
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/devBuilder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,21 @@ env:
VERSION: ALPHA-v0.1

jobs:
CloseDebug:
runs-on: ubuntu-latest

steps:
CreateCursePack:
runs-on: ubuntu-latest
if: github.repository == 'MakeshitTeam/The-Lying-World'
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Update probe settings
- name: Close debug
run:
python .github/runners/debug.py

CreateCursePack:
runs-on: ubuntu-latest
if: github.repository == 'MakeshitTeam/The-Lying-World'
steps:
- uses: actions/checkout@v4

- name: Run build.sh
run: bash .github/runners/build.sh
Expand Down

0 comments on commit 2a7aca0

Please sign in to comment.