Skip to content

Commit 4bc032d

Browse files
1.1.1-fix
1 parent f95cf0a commit 4bc032d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/upload-artifact@v2
2525
with:
2626
name: effective-less-css-updater
27-
path: build/effective-less-css-updater.zip
27+
path: build/effective-less-css.zip
2828
- name: Upload updater to release
2929
uses: JasonEtco/upload-to-release@master
3030
with:
31-
args: build/effective-less-css-updater.zip application/zip
31+
args: build/effective-less-css.zip application/zip
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)