fix for all OS

This commit is contained in:
Anton-4 2023-02-07 15:33:15 +01:00
parent 0a3ed0765e
commit e08ee98b32
No known key found for this signature in database
GPG Key ID: 0971D718C0A9B937

View File

@ -32,10 +32,7 @@ jobs:
- name: Download the previously uploaded roc_releases.json
uses: actions/download-artifact@v3
- run: ls artifact
- run: mv artifact/roc_releases.json .
run: mv artifact/roc_releases.json .
- name: build basic-cli with surgical linker and also with legacy linker
env:
@ -59,8 +56,7 @@ jobs:
- name: Download the previously uploaded roc_releases.json
uses: actions/download-artifact@v3
- run: ls
run: mv artifact/roc_releases.json .
- run: ./ci/build_basic_cli.sh macos_x86_64
@ -80,6 +76,7 @@ jobs:
- name: Download the previously uploaded roc_releases.json
uses: actions/download-artifact@v3
run: mv artifact/roc_releases.json .
- run: ls
@ -102,11 +99,9 @@ jobs:
- name: remove all folders except the ci folder
run: ls | grep -v ci | xargs rm -rf
- name: Fetch releases data and save to file. Authorization is used to prevent rate limiting.
env:
AUTH_HEADER: 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}'
run: |
./ci/get_releases.sh
- name: Download the previously uploaded roc_releases.json
uses: actions/download-artifact@v3
run: mv artifact/roc_releases.json .
- run: echo "ROC_RELEASE_URL=$(./ci/get_latest_release_url.sh linux_x86_64)" >> $GITHUB_ENV