Skip to content

Commit 1f88229

Browse files
authored
Update main.yml
1 parent 22301c3 commit 1f88229

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
tags:
55
- "*" # build on all tags
66
workflow_dispatch:
7+
8+
env:
9+
RELEASE_NAME: platform-status.zip
10+
711
jobs:
812
release:
913
runs-on: ubuntu-latest
@@ -38,5 +42,5 @@ jobs:
3842
name: "platform-status.zip",
3943
data: `@${releaseFile}`,
4044
});
41-
debug: false
45+
debug: true
4246
result-encoding: "json"

0 commit comments

Comments
 (0)