From 0bb983c3de61074d566dc2c31cb432f73ac5e67d Mon Sep 17 00:00:00 2001 From: Stanislav Vasilev Date: Wed, 8 May 2024 22:36:56 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4515aa6..5f7ec6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,7 @@ jobs: shell: bash run: | rm -rf .git/ + cd IncusBindings && GOMODCACHE="$PWD"/go-mod go mod download -modcacherw -x && cd .. tar cfJ untitled-game-system-manager.tar.xz . || echo "Might have failed" - name: Create Release uses: softprops/action-gh-release@master