Skip to content

Commit 2fc97e8

Browse files
committed
updated to latest upstream/2
1 parent 5f23f1b commit 2fc97e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
mkdir -p artifact/instead-cli
9191
cp -r release/* artifact/instead-cli
9292
cp README.md artifact/instead-cli/
93-
chmod +x artifact/instead-cli/instead-cli
9493
9594
- name: Publish Artifact
9695
uses: actions/upload-artifact@v3
@@ -110,7 +109,9 @@ jobs:
110109
- name: Create zip
111110
run: |
112111
ls -alFR
113-
zip -r instead-cli.zip instead-cli/instead-cli/
112+
cd instead-cli
113+
chmod +x instead-cli/instead-cli
114+
zip -r instead-cli.zip instead-cli/
114115
- name: Create release and upload artifacts
115116
env:
116117
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)