This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
Merge pull request #11 from web-infra-dev/license-webpack-plugin #36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Upload file | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
upload: | |
name: Build And Upload | |
runs-on: "ubuntu-latest" | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Setup git user | |
run: | | |
git config --global user.name "github-actions[bot]" | |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" | |
- name: Generate files | |
run: node scripts/upload.js ${{ secrets.GITHUB_TOKEN }} |