File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2727 needs : [image]
2828 container : mpsq/emacs-native-comp-wayland-builder:latest
2929 steps :
30+ - name : Get name
31+ run : |
32+ echo "emacs_artifact_name=$(ls /home/pcr)" >> $GITHUB_ENV
3033 - uses : actions/upload-artifact@v2
3134 with :
32- name : emacs-native-comp-git-enhanced
33- path : /home/pcr/emacs-native-comp-git-enhanced*
35+ name : ${{ env.emacs_artifact_name }}
36+ path : /home/pcr/${{ env.emacs_artifact_name }}
Original file line number Diff line number Diff line change @@ -8,8 +8,3 @@ FROM mpsq/emacs-native-comp-wayland-builder:latest
88# --noinstall \
99# --movepkg-dir=/home/pcr \
1010# -S emacs-native-comp-git-enhanced
11-
12- USER root
13-
14- RUN mkdir -p /github/workspace && \
15- cp /home/pcr/emacs*.zst /github/workspace
You can’t perform that action at this time.
0 commit comments