Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'Release' of https://github.com/ExpTechTW/TREM-Lite into…
Browse files Browse the repository at this point in the history
… Release
  • Loading branch information
whes1015 committed Sep 18, 2023
2 parents 45f5a9f + fcd94b7 commit b302281
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: npm i
- name: Build
run: npm run dist
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
Expand All @@ -43,6 +45,8 @@ jobs:
run: npm i
- name: Build
run: npm run dist
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
Expand All @@ -64,6 +68,8 @@ jobs:
run: npm i
- name: Build
run: npm run dist
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit b302281

Please sign in to comment.