mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 06:01:44 -04:00
Update release.yml
This commit is contained in:
parent
c3d9e7afb5
commit
db0e79f8fa
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -1,9 +1,9 @@
|
||||||
name: Create Release and Upload Assets
|
name: Create Release and Upload Assets
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
tags:
|
release:
|
||||||
- "v*"
|
types: [created]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|
@ -43,4 +43,4 @@ jobs:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./dist
|
asset_path: ./dist
|
||||||
asset_name: RustyHearts-API-v${{ steps.get_version.outputs.version }}.zip
|
asset_name: RustyHearts-API-v${{ steps.get_version.outputs.version }}.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue