Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
czy-29 committed Jul 7, 2024
1 parent 56c45c8 commit e7fe5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- run: curl -LO https://github.com/czy-29/29bot.com/releases/download/workflow-bin-v7/workflow-bin
- run: curl -LO https://github.com/czy-29/workflow-bin/releases/latest/download/workflow-bin
- run: chmod +x workflow-bin
- run: ./workflow-bin start
- uses: actions/checkout@v4
- run: curl -LO https://github.com/czy-29/29bot.com/releases/download/workflow-bin-v7/workflow-bin
- run: curl -LO https://github.com/czy-29/workflow-bin/releases/latest/download/workflow-bin
- run: chmod +x workflow-bin
- run: ./workflow-bin run

0 comments on commit e7fe5b7

Please sign in to comment.