Skip to content

Commit c6793b8

Browse files
committed
WIP
1 parent 3e761bf commit c6793b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313

1414
- run: zip -r Google.zip Google -x "*.DS_Store"
1515

16-
- uses: actions/upload-artifact@v3
16+
- name: Upload style to release
17+
uses: svenstaro/upload-release-action@v2
1718
if: startsWith(github.ref, 'refs/tags/')
1819
with:
19-
path: Google.zip
20+
repo_token: ${{ secrets.GITHUB_TOKEN }}
21+
file: Google.zip
2022

2123
cucumber:
2224
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)