We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6e3af commit 3c6c7caCopy full SHA for 3c6c7ca
.github/workflows/gochat_v1.yml
@@ -62,10 +62,8 @@ jobs:
62
steps:
63
- name: Prepare repository
64
uses: actions/checkout@v4
65
- - name: Move to another folder
66
- run: mkdir releasing && cd releasing
67
- name: Prepare folder and script
68
- run: mkdir artifacts && mv ../.github/workflows/create_release.sh create.sh && chmod +x create.sh
+ run: mkdir artifacts && mv .github/workflows/create_release.sh create.sh && chmod +x create.sh
69
- name: Download Artifacts
70
uses: actions/download-artifact@v4
71
with:
0 commit comments