Skip to content

Commit

Permalink
chore: Rename etc/cd dir to etc/ci dir (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure authored Dec 23, 2024
1 parent 80096d9 commit e30a330
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
PROJECT_NAME: katharsis
PACKAGE_NAME: katharsis
OS_NAME: ${{ matrix.job.os }}
run: ./etc/cd/before_deploy.sh
run: ./etc/ci/before_deploy.sh

- name: Releasing assets
uses: softprops/action-gh-release@v2
Expand Down
File renamed without changes.

0 comments on commit e30a330

Please sign in to comment.