From 14df105cefbde6ee936a129141690de7984335ca Mon Sep 17 00:00:00 2001 From: turupawn Date: Sat, 5 Dec 2020 10:04:04 +0000 Subject: [PATCH] uya --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea9c874..c40a18d 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: run: | cd ${{ matrix.build-src-dir || '.' }} cmake --build . --config ${{ matrix.build-config || 'Release' }} - zip -r "tribilin.zip" Release/* + zip -r tribilin.zip . -i Release/* echo "::set-output name=asset_name::tribilin.zip" echo "::set-output name=asset_path::tribilin.zip"