Skip to content

Commit

Permalink
dev: new step so the echo shows before sleeping
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperalani authored Jan 15, 2024
1 parent 37cf384 commit e8b0544
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,11 @@ jobs:
- name: Build Modpack modrinth
run:
packwiz update ${{ env.slug }}
- name: Build Modpack curseforge
- name: Wait for curseforge
run: |
echo Waiting 15 minutes for curseforge to approve the uploaded jar
- name: Build Modpack curseforge
run: |
sleep 900
cd curseforge
packwiz update ${{ env.slug }}
Expand Down

0 comments on commit e8b0544

Please sign in to comment.