Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring Open-X-Ray changes #23

Open
wants to merge 19 commits into
base: v2.1_openxray
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update push.yml
  • Loading branch information
xrSimpodin committed Feb 26, 2021
commit ddd8a44708c0b40da5ab10174538c4533ba8816a
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
set PLATFORM=${{ matrix.Platform }}
set ARTIFACT_NAME=LuaJIT_%PLATFORM%_%APPVEYOR_BUILD_VERSION%_%CONFIGURATION%.7z

cd bin_%PLATFORM%
cd bin\%PLATFORM%\

7z a -t7z -m0=LZMA2:d=96m:fb=273 -mx=9 -mmt=2 ..\%ARTIFACT_NAME% .\
7z a -t7z -m0=LZMA2:d=96m:fb=273 -mx=9 -mmt=2 ..\..\%ARTIFACT_NAME% .\
- name: Upload OGSR artifact
uses: actions/upload-artifact@v2
with:
Expand Down