We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db7214 commit 97bd733Copy full SHA for 97bd733
1 file changed
.github/workflows/iso_build.yml
@@ -1,4 +1,4 @@
1
-name: "Test"
+name: "Build ISO"
2
on:
3
workflow_dispatch:
4
workflow_call:
@@ -34,3 +34,6 @@ jobs:
34
file: ./result/iso/*.iso
35
asset_name: ${{ github.workflow }}-${{ github.ref || github.run_id }}
36
tag: ${{ github.ref }}
37
+ overwrite: true
38
+ #file_glob: true
39
+
0 commit comments