Skip to content

Commit 936ea85

Browse files
Fix workflow
1 parent b9a4b15 commit 936ea85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
});
4848
4949
let fs = require('fs');
50-
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/docs.zip`, Buffer.from(downloadFrontend.data));
50+
fs.writeFileSync(`${process.env.GITHUB_WORKSPACE}/docs.zip`, Buffer.from(downloadArtifact.data));
5151
5252
- name: Unzip artifacts
5353
run: |

0 commit comments

Comments
 (0)