Skip to content

Commit d26bd5f

Browse files
authored
ci: Update build.yml
1 parent 8b41747 commit d26bd5f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ jobs:
336336
- name: Fetch release tarball
337337
run: |
338338
mkdir -p /home/runner/work/release
339+
chmod 0600 ${{ github.workspace }}/prvkey.key
339340
scp -i ${{ github.workspace }}/prvkey.key azureuser@${{ steps.azlaunch.outputs.ipaddr }}:/workspace/release.tar.gz /home/runner/work/release/release.tar.gz
340341
341342
- name: Destroy Build VM + resources

0 commit comments

Comments
 (0)