Skip to content

Commit 92a1f84

Browse files
committed
workflow fix
1 parent b7c5b6b commit 92a1f84

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,13 @@ jobs:
9898
path: artifact
9999
retention-days: 1
100100

101-
upload:
102-
name: Create release and upload artifacts
103-
needs:
104-
- build
105-
runs-on: ubuntu-latest
106-
steps:
107-
- name: Download artifacts
108-
uses: actions/download-artifact@v2
109101
- name: Create zip
110102
run: |
111103
ls -alFR
112104
cd instead-cli
113105
chmod +x instead-cli/instead-cli
114106
zip -r ../instead-cli.zip instead-cli/
107+
115108
- name: Create release and upload artifacts
116109
env:
117110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)