Skip to content

Commit 2022fb1

Browse files
committed
Trigger workflow
Change-type: patch
1 parent 3aecb5f commit 2022fb1

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/workflows/actions/publish/action.yml renamed to .github/actions/publish/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: package and draft GitHub release
2+
name: Download balenaOS and upload as a release asset
33
description: Example of how to use upload-balena-release-asset action
44

55
inputs:
@@ -19,7 +19,7 @@ runs:
1919
- name: Download balenaCLI
2020
uses: balena-io-examples/setup-balena-action@main
2121
with:
22-
balena-token: ${{ fromJSON(inputs.secrets).STAGING_API_KEY }}
22+
balena-token: ${{ fromJSON(inputs.secrets).BALENA_API_KEY }}
2323

2424
- name: Download balenaOS image
2525
shell: bash
@@ -29,7 +29,7 @@ runs:
2929
balena os download generic-amd64 -o image.img
3030
3131
- name: Upload release asset
32-
uses: balena-io-examples/upload-balena-release-asset@main
32+
uses: balena-io/upload-balena-release-asset@5b432c62978e58987e02092746e5e74e84d080f3
3333
with:
3434
balena-token: ${{ fromJSON(inputs.secrets).STAGING_API_KEY }}
3535
release-id: 171635

.github/workflows/flowzone.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,14 @@ jobs:
2424
)
2525
2626
secrets: inherit
27+
with:
28+
custom_publish_matrix: >
29+
{
30+
"os": [
31+
["ubuntu-latest"],
32+
["windows-latest"],
33+
["macos-13"],
34+
["self-hosted", "X64"],
35+
["self-hosted", "ARM64"],
36+
]
37+
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# upload-balena-release-asset-example
2+

0 commit comments

Comments
 (0)