Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
6b2cd8772f | |||
292dcbbe9e |
2 changed files with 1 additions and 3 deletions
|
@ -16,8 +16,6 @@ jobs:
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
env:
|
|
||||||
GITHUB_TOKEN:
|
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
files: na.bat
|
files: na.bat
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
SETLOCAL ENABLEDELAYEDEXPANSION
|
SETLOCAL ENABLEDELAYEDEXPANSION
|
||||||
|
|
||||||
SET "tmpFile=%TEMP%\~searchBea.py"
|
SET "tmpFile=%TEMP%\~na.py"
|
||||||
|
|
||||||
CALL :getLine "::python_beg" "::python_end" > "!tmpFile!"
|
CALL :getLine "::python_beg" "::python_end" > "!tmpFile!"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue