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 6102bc1 commit e026d63Copy full SHA for e026d63
1 file changed
.github/workflows/release.yml
@@ -32,15 +32,6 @@ jobs:
32
upload_url=$(curl -sL https://api.github.com/repos/StopModReposts/list-utils/releases/latest | jq -r '.upload_url')
33
echo UPLOAD_URL=$upload_url >> $GITHUB_ENV
34
35
- - name: Get extension filename
36
- id: extzip
37
- run: |
38
- files=(./web-ext-artifacts/*)
39
- echo EXT_ARTIFACT_PATH=$files >> $GITHUB_ENV
40
- cd web-ext-artifacts
41
- files2=(*)
42
- echo EXT_ARTIFACT_NAME=$files2 >> $GITHUB_ENV
43
-
44
- name: Upload release ELF
45
uses: actions/upload-release-asset@v1
46
with:
0 commit comments