We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c5b6b commit 92a1f84Copy full SHA for 92a1f84
1 file changed
.github/workflows/CI.yml
@@ -98,20 +98,13 @@ jobs:
98
path: artifact
99
retention-days: 1
100
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
109
- name: Create zip
110
run: |
111
ls -alFR
112
cd instead-cli
113
chmod +x instead-cli/instead-cli
114
zip -r ../instead-cli.zip instead-cli/
+
115
116
env:
117
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments