1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix: release with files (#35)

This commit is contained in:
Muhammad Saad
2021-12-07 10:33:11 +05:00
committed by GitHub
parent a80e5c8ead
commit a0822e6b61
4 changed files with 89 additions and 12 deletions

View File

@@ -2,8 +2,8 @@ name: SASjs Server Executable Release
on:
push:
branches:
- master
tags:
- 'v*.*.*'
jobs:
release:
@@ -32,17 +32,10 @@ jobs:
env:
CI: true
- name: Create Tag with Release
uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
./executables/api-linux
./executables/api-macos
./executables/api-win.exe
token: ${{ secrets.GH_TOKEN }}