Skip to content

Commit 5576864

Browse files
committed
release: Test.
1 parent b775575 commit 5576864

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ jobs:
4141
4242
- name: Deploy a new release to the CDN.
4343
uses: actions/checkout@v4
44+
shell: bash
4445
with:
4546
repository: 'flarialmc/newcdn'
4647
ref: 'main'
4748
path: 'cdn'
4849
run: |
50+
cd "cdn"
4951
git config --global user.name "GitHub Actions Bot"
5052
git config --global user.email "actions@example.com"
5153

0 commit comments

Comments
 (0)