mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Implemented tag release
This commit is contained in:
2
.github/workflows/dev-build.yml
vendored
2
.github/workflows/dev-build.yml
vendored
@@ -2,6 +2,8 @@ name: 'Development Build'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**' # This prevents dev builds on tag pushes
|
||||
|
||||
jobs:
|
||||
dev-build:
|
||||
|
||||
5
.github/workflows/tag-release.yml
vendored
5
.github/workflows/tag-release.yml
vendored
@@ -15,5 +15,6 @@ jobs:
|
||||
uses: acidicoala/KoalaBox/.github/workflows/create-release.yml@master
|
||||
needs: build-binaries
|
||||
with:
|
||||
version: ${{ github.ref_name }}
|
||||
zip_command: 'TODO'
|
||||
zip_files: >
|
||||
res/README.txt
|
||||
res/SmokeAPI.config.json
|
||||
|
||||
Reference in New Issue
Block a user