Skip to content

Commit a771943

Browse files
committed
fix(ci): use 'sudo' to set env vars in pipeline
1 parent 3320e3e commit a771943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Get name
3333
run: |
34-
echo "emacs_artifact_name=$(ls /home/pcr)" >> $GITHUB_ENV
34+
sudo echo "emacs_artifact_name=$(ls /home/pcr)" >> $GITHUB_ENV
3535
- uses: actions/upload-artifact@v2
3636
with:
3737
name: ${{ env.emacs_artifact_name }}

0 commit comments

Comments
 (0)