10000 Fixed github actions · ulyssear/css-in-js-in-html@4676122 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4676122

Browse files
committed
Fixed github actions
1 parent 8c6e9ec commit 4676122

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
commit_user_name: github-actions
5252
commit_user_email: noreply@arnaud.tech
5353
commit_author: github-actions <noreply@arnaud.tech>
54-
file_pattern: ./index.min.js ./index.min.js.map ./package-lock.json
54+
file_pattern: ./build/index.min.js ./build/index.min.js.map ./package-lock.json
5555
skip_dirty_check: true
5656
push_options: '--force'
5757
branch: ${{ steps.package-version.outputs.current-version }}
@@ -72,8 +72,8 @@ jobs:
7272
uses: softprops/action-gh-release@v1
7373
with:
7474
files: |
75-
index.min.js
76-
index.min.js.map
75+
build/index.min.js
76+
build/index.min.js.map
7777
package-lock.json
7878
tag_name: ${{ steps.package-version.outputs.current-version }}
7979
name: ${{ steps.package-version.outputs.current-version }}

0 commit comments

Comments
 (0)
0