We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714e253 commit 742b2d5Copy full SHA for 742b2d5
2 files changed
.github/workflows/pi-gen.yml
@@ -36,6 +36,9 @@ jobs:
36
- name: Set current working directory
37
run: echo "GITHUB_CWD=$(pwd)" >> $GITHUB_ENV
38
39
+ - name: Set SHARED_FILES dir
40
+ run: echo "SHARED_FILES=$(pwd)/shared_files" >> $GITHUB_ENV
41
+
42
- name: Build AryaOS image
43
uses: usimd/pi-gen-action@v1
44
id: build
stages/stage-base/tasks/zerotier.yml
@@ -18,7 +18,7 @@
18
19
- name: Upload ZeroTier install script
20
ansible.builtin.copy:
21
- src: "{{ shared_files }}/base/install_zt.sh"
+ src: "shared_files/base/install_zt.sh"
22
dest: /usr/src
23
mode: "0755"
24
0 commit comments