Skip to content

Commit

Permalink
fixup script path
Browse files Browse the repository at this point in the history
  • Loading branch information
anxdpanic committed Apr 11, 2024
1 parent d7a219b commit c492038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-development-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
- name: Copy Generator Script
run: |
cp ./official/${{ github.event.repository.name }}/.scripts/.prepare_repository.py .
cp ./official/${{ github.event.repository.name }}/.scripts/.config.json .
cp ./official_testing/${{ github.event.repository.name }}/.scripts/.prepare_repository.py .
cp ./official_testing/${{ github.event.repository.name }}/.scripts/.config.json .
- name: Generate Repository
run: |
Expand Down

0 comments on commit c492038

Please sign in to comment.