Remove vendored CI release action (#131)
This commit is contained in:
7
.github/workflows/publish-release.yml
vendored
7
.github/workflows/publish-release.yml
vendored
@@ -180,10 +180,13 @@ jobs:
|
||||
done
|
||||
|
||||
- name: Publish release
|
||||
uses: ./.github/actions/github-release
|
||||
uses: notpeelz/action-gh-create-release@a3caaff31cdf1022430c5a95689330ed83de62f2 # v1.0.2
|
||||
with:
|
||||
type: latest
|
||||
token: ${{ github.token }}
|
||||
tag: latest
|
||||
strategy: replace
|
||||
title: "Automatic build"
|
||||
body: "Automatic build"
|
||||
files: |
|
||||
${{ env.ARTIFACTS_DIR }}/${{ env.ARCHIVE_BASE_NAME }}_build_windows.zip
|
||||
${{ env.ARTIFACTS_DIR }}/${{ env.ARCHIVE_BASE_NAME }}_patch_windows_client.zip
|
||||
|
||||
Reference in New Issue
Block a user