Skip to content

Commit 3c6c7ca

Browse files
committed
small oopsie
1 parent dd6e3af commit 3c6c7ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gochat_v1.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ jobs:
6262
steps:
6363
- name: Prepare repository
6464
uses: actions/checkout@v4
65-
- name: Move to another folder
66-
run: mkdir releasing && cd releasing
6765
- name: Prepare folder and script
68-
run: mkdir artifacts && mv ../.github/workflows/create_release.sh create.sh && chmod +x create.sh
66+
run: mkdir artifacts && mv .github/workflows/create_release.sh create.sh && chmod +x create.sh
6967
- name: Download Artifacts
7068
uses: actions/download-artifact@v4
7169
with:

0 commit comments

Comments
 (0)