1 parent 8b41747 commit d26bd5fCopy full SHA for d26bd5f
1 file changed
.github/workflows/build.yml
@@ -336,6 +336,7 @@ jobs:
336
- name: Fetch release tarball
337
run: |
338
mkdir -p /home/runner/work/release
339
+ chmod 0600 ${{ github.workspace }}/prvkey.key
340
scp -i ${{ github.workspace }}/prvkey.key azureuser@${{ steps.azlaunch.outputs.ipaddr }}:/workspace/release.tar.gz /home/runner/work/release/release.tar.gz
341
342
- name: Destroy Build VM + resources
0 commit comments