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

Commit

Permalink
feat: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Oct 7, 2023
1 parent 0e0b3ee commit aa9adce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ jobs:
with:
github_token: ${{secrets.ACCESS_TOKEN}}
branch: master

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: dist_files
path: dist/*.zip

0 comments on commit aa9adce

Please sign in to comment.