mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2025-05-24 00:49:00 +00:00
changes
This commit is contained in:
parent
272d19282c
commit
18dde03873
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -46,4 +46,4 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
build/*.exe
|
build/*.exe
|
||||||
build/*.bin
|
build/*.bin
|
||||||
build/*.app/**/*
|
build/*.app/**/*
|
@ -1,4 +1,4 @@
|
|||||||
name: Build Latest
|
name: Build Latest and Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -128,7 +128,8 @@ dmypy.json
|
|||||||
# node
|
# node
|
||||||
node_modules/
|
node_modules/
|
||||||
*.bin
|
*.bin
|
||||||
.github/workflows/build_latest.yml
|
|
||||||
test.py
|
test.py
|
||||||
encrypt.py
|
encrypt.py
|
||||||
/temp
|
/temp
|
||||||
|
.copy
|
||||||
|
.github/workflows/build_latest_ex.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user