mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-09 12:26:34 +00:00
ATL-439: Create the GH release in the public repo.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
6b1b9c0524
commit
6ae7404092
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -146,9 +146,11 @@ jobs:
|
|||||||
path: build-artifacts
|
path: build-artifacts
|
||||||
|
|
||||||
- name: Publish Release [GitHub]
|
- name: Publish Release [GitHub]
|
||||||
uses: svenstaro/upload-release-action@v1-release
|
uses: kittaakos/upload-release-action@dev
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.RELEASE_TOKEN }}
|
||||||
|
repo_name: arduino/arduino-pro-ide
|
||||||
|
release_name: ${{ github.event.release.tag_name }}
|
||||||
file: build-artifacts/*
|
file: build-artifacts/*
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user