last rename 😂

This commit is contained in:
√(noham)² 2024-08-23 15:03:28 +02:00
parent fd28dab310
commit 973f7180aa
3 changed files with 5 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
uses: Nuitka/Nuitka-Action@main uses: Nuitka/Nuitka-Action@main
with: with:
nuitka-version: main nuitka-version: main
script-name: gocli.py script-name: gofilecli.py
onefile: true onefile: true
- name: Upload Artifacts - name: Upload Artifacts

View File

@ -1,3 +1,6 @@
# GoFileCLI :
......
# Installation : # Installation :
## Set env variables : ## Set env variables :
@ -22,7 +25,7 @@ export GOPLOAD_PRIVATE_PARENT_ID="UUID"
# Usage : # Usage :
Upload a file : Upload a file :
```bash ```bash
gocli -i 'file.txt' gofilecli -i 'file.txt'
```` ````
# To do : # To do :