diff options
| author | diogo464 <[email protected]> | 2024-01-18 12:02:30 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-01-18 12:02:30 +0000 |
| commit | 8942aaecf1812df92c896ed99e0f6c6fc1dd4478 (patch) | |
| tree | f53c08bb742d807c113714ecb02ea258a52b5532 /.gitea | |
| parent | 4a7605fb81004867d1fc838b5a32a2941209a4ff (diff) | |
added asset upload to workflow0.3.0
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/release.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index e397d5c..99462df 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml | |||
| @@ -19,3 +19,11 @@ jobs: | |||
| 19 | token: ${{ secrets.AUTH_TOKEN }} | 19 | token: ${{ secrets.AUTH_TOKEN }} |
| 20 | tag: ${{github.ref_name}} | 20 | tag: ${{github.ref_name}} |
| 21 | name: ${{github.ref_name}} | 21 | name: ${{github.ref_name}} |
| 22 | - name: Upload assets | ||
| 23 | id: upload-assets | ||
| 24 | uses: https://git.d464.sh/actions/upload-asset@v1 | ||
| 25 | with: | ||
| 26 | token: ${{ secrets.AUTH_TOKEN }} | ||
| 27 | release_id: ${{ steps.create-release.outputs.release_id }} | ||
| 28 | paths: | | ||
| 29 | dist/* | ||
