Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit e026d63

Browse files
author
dada513
committed
fix build
1 parent 6102bc1 commit e026d63

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ jobs:
3232
upload_url=$(curl -sL https://api.github.com/repos/StopModReposts/list-utils/releases/latest | jq -r '.upload_url')
3333
echo UPLOAD_URL=$upload_url >> $GITHUB_ENV
3434
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-
4435
- name: Upload release ELF
4536
uses: actions/upload-release-asset@v1
4637
with:

0 commit comments

Comments
 (0)