Skip to content

Commit 477e660

Browse files
committed
A
1 parent 558a48f commit 477e660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
echo "GIT_REVISION=$(git describe --tags --always)" >> $GITHUB_ENV
2525
- name: Build RMG (AppImage)
2626
run: |
27+
mv .git .git2
2728
mkdir Build Build/AppImage Bin/ -p
2829
export src_dir="$(pwd)"
2930
export build_dir="$(pwd)/Build/AppImage"
@@ -37,6 +38,7 @@ jobs:
3738
- name: Create AppImage
3839
run: |
3940
./Package/AppImage/Create.sh
41+
mv .git2 .git
4042
shell: bash
4143
- name: Upload RMG (AppImage)
4244
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)