Skip to content

Commit 97bd733

Browse files
author
oomfie
committed
test
1 parent 1db7214 commit 97bd733

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/iso_build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Test"
1+
name: "Build ISO"
22
on:
33
workflow_dispatch:
44
workflow_call:
@@ -34,3 +34,6 @@ jobs:
3434
file: ./result/iso/*.iso
3535
asset_name: ${{ github.workflow }}-${{ github.ref || github.run_id }}
3636
tag: ${{ github.ref }}
37+
overwrite: true
38+
#file_glob: true
39+

0 commit comments

Comments
 (0)