Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed May 12, 2023
1 parent 3e761bf commit c6793b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:

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

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

cucumber:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c6793b8

Please sign in to comment.