Fix data upload
This commit is contained in:
parent
186c4e264c
commit
3a8b9056dc
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -79,10 +79,10 @@ jobs:
|
|||||||
name: Deploy artifacts
|
name: Deploy artifacts
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop')
|
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop')
|
||||||
steps:
|
steps:
|
||||||
#- name: Setup main environment
|
#- name: Setup main environment
|
||||||
# if: github.ref == 'refs/heads/master'
|
# if: github.ref == 'refs/heads/main'
|
||||||
# run: echo "BOIII_MASTER_PATH=${{ secrets.BOIII_MASTER_SSH_PATH }}" >> $GITHUB_ENV
|
# run: echo "BOIII_MASTER_PATH=${{ secrets.BOIII_MASTER_SSH_PATH }}" >> $GITHUB_ENV
|
||||||
|
|
||||||
#- name: Setup develop environment
|
#- name: Setup develop environment
|
||||||
|
Loading…
Reference in New Issue
Block a user