This commit is contained in:
parent
036328ae0a
commit
563245640b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install -r ./requirements.txt -t ./lib
|
||||
mkdir uploads
|
||||
zip -r uploads/Flow.Launcher.Plugin.OSRSSearch.zip . -x '*.git*'
|
||||
zip -r uploads/Flow.Launcher.Plugin.OSRSSearch-${{ env.GITHUB_REF_NAME }}.zip . -x '*.git*' '*.forgejo*'
|
||||
- name: Create release
|
||||
uses: actions/forgejo-release@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue