Skip to content

Commit

Permalink
fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailbennani committed Aug 31, 2024
1 parent aaf4043 commit 43e0b0c
Show file tree
Hide file tree
Showing 3 changed files with 912 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
fetch-game-files:
uses: Dofus-Batteries-Included/actions/.github/workflows/fetch-game-files.job.yml@main
uses: Dofus-Batteries-Included/actions/.github/workflows/fetch-last-game-files.job.yml@main

build-release:
name: Build & Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
fetch-game-files:
uses: Dofus-Batteries-Included/actions/.github/workflows/fetch-game-files.job.yml@main
uses: Dofus-Batteries-Included/actions/.github/workflows/fetch-last-game-files.job.yml@main

build-release:
name: Build & Release
Expand Down
Loading

0 comments on commit 43e0b0c

Please sign in to comment.