We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a771943 commit 101e285Copy full SHA for 101e285
.github/workflows/build.yml
@@ -27,11 +27,13 @@ jobs:
27
artifact:
28
runs-on: ubuntu-latest
29
needs: [image]
30
- container: mpsq/emacs-native-comp-wayland-builder:latest
+ container:
31
+ image: mpsq/emacs-native-comp-wayland-builder:latest
32
+ options: --user root
33
steps:
34
- name: Get name
35
run: |
- sudo echo "emacs_artifact_name=$(ls /home/pcr)" >> $GITHUB_ENV
36
+ echo "emacs_artifact_name=$(ls /home/pcr)" >> $GITHUB_ENV
37
- uses: actions/upload-artifact@v2
38
with:
39
name: ${{ env.emacs_artifact_name }}
0 commit comments