Skip to content

Commit 0c36be5

Browse files
Update build.yml
1 parent 3acb573 commit 0c36be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: "Create RootFS File (x86_64)"
5656
run: |
57-
sudo arch-chroot /mnt/arch bash -c "cd /MiceWine-RootFS-Generator && ./create-rootfs-rat.sh x86_64 && mv MiceWine-RootFS-$(git rev-parse --short HEAD)-x86_64.rat /"
57+
sudo arch-chroot /mnt/arch bash -c "cd /MiceWine-RootFS-Generator && ./create-rootfs-rat.sh x86_64 && mv MiceWine-RootFS-\($(git rev-parse --short HEAD)\)-x86_64.rat /MiceWine-RootFS-$(git rev-parse --short HEAD)-x86_64.rat"
5858
5959
- name: "Clean (x86_64) RootFS"
6060
run: |
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: "Create RootFS File (aarch64)"
6868
run: |
69-
sudo arch-chroot /mnt/arch bash -c "cd /MiceWine-RootFS-Generator && ./create-rootfs-rat.sh aarch64 && mv MiceWine-RootFS-$(git rev-parse --short HEAD)-aarch64.rat /"
69+
sudo arch-chroot /mnt/arch bash -c "cd /MiceWine-RootFS-Generator && ./create-rootfs-rat.sh aarch64 && mv MiceWine-RootFS-\($(git rev-parse --short HEAD)\)-aarch64.rat /MiceWine-RootFS-$(git rev-parse --short HEAD)-aarch64.rat"
7070
7171
- name: "Save Rat Packages"
7272
run: |

0 commit comments

Comments
 (0)