Skip to content

Commit

Permalink
I am dumb and stupid
Browse files Browse the repository at this point in the history
bruh
  • Loading branch information
5GameMaker authored Sep 17, 2024
1 parent aaec8c1 commit 88e0278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Trigger BE build
if: ${{ github.repository == 'Anuken/Mindustry' }}
if: ${{ github.repository == '5GameMaker/MindustryHotfixv7' }}
run: |
git clone --depth=1 --branch=master https://github.com/5GameMaker/MindustryHotfixBuilds ../MindustryBuilds
cd ../MindustryBuilds
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Update bundles
if: ${{ github.repository == 'Anuken/Mindustry' }}
if: ${{ github.repository == '5GameMaker/MindustryHotfixv7' }}
run: |
./gradlew updateBundles
Expand Down

0 comments on commit 88e0278

Please sign in to comment.