Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicnessTwo committed Jan 9, 2024
1 parent 7fe9b25 commit a827c61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

- name: Package
run: npm run dist
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Upload Linux Artifact
uses: actions/upload-artifact@v2
Expand All @@ -42,6 +44,8 @@ jobs:

- name: Package
run: npm run dist
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Upload Windows Artifact
uses: actions/upload-artifact@v2
Expand All @@ -65,6 +69,8 @@ jobs:

- name: Package
run: npm run dist
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Upload MacOS Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a827c61

Please sign in to comment.