Skip to content

Commit

Permalink
uya
Browse files Browse the repository at this point in the history
  • Loading branch information
Turupawn committed Dec 5, 2020
1 parent 8e46cc2 commit 14df105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 14df105

Please sign in to comment.