This commit is contained in:
Bryan Gerlach
2024-10-14 22:05:13 -05:00
parent 7923e160e4
commit 1adfeb048f
2 changed files with 10 additions and 29 deletions

File diff suppressed because one or more lines are too long

View File

@@ -299,13 +299,6 @@ jobs:
run: |
sed -i -e '/if !key.is_empty() && !token.is_empty() {/,/}/d' ./src/client.rs
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
name: build.py
path: |
./build.py
- name: Restore bridge files
if: matrix.job.arch == 'x86_64' || env.UPLOAD_ARTIFACT == 'true'
uses: actions/download-artifact@master