Skip to content

xrCore/FS.cpp: r_bytes can be 0 if the file_size is 0 (fixes #1572) #1619

xrCore/FS.cpp: r_bytes can be 0 if the file_size is 0 (fixes #1572)

xrCore/FS.cpp: r_bytes can be 0 if the file_size is 0 (fixes #1572) #1619

Workflow file for this run

name: Mirror
on: [push, delete, workflow_dispatch]
jobs:
mirror:
if: github.repository == 'OpenXRay/xray-16'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Bitbucket.org
uses: pixta-dev/[email protected]
with:
target_repo_url: [email protected]:OpenXRay/xray-16.git
ssh_private_key: ${{ secrets.RABOTYAGA_BITBUCKET_PRIVATE_SSH_KEY }}
- name: gitflic.ru
uses: pixta-dev/[email protected]
with:
target_repo_url: [email protected]:openxray/xray-16.git
ssh_private_key: ${{ secrets.GITFLIC_PRIVATE_SSH_KEY }}
- name: abf.io
uses: pixta-dev/[email protected]
with:
target_repo_url: [email protected]:openxray/xray-16.git
ssh_private_key: ${{ secrets.ABF_IO_PRIVATE_SSH_KEY }}