Skip to content

Commit ba638a0

Browse files
committed
added appname envar for release
1 parent bde6af7 commit ba638a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
tags:
55
- "*"
6+
env:
7+
APPLICATION_NAME: waifu2x-ncnn-vulkan-python
8+
APPNAME_SHORT: waifu2x
69
jobs:
710
setup:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)