Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K authored May 8, 2024
1 parent 08c433e commit 4f0d7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: bash
run: |
rm -rf .git/
cd IncusBindings && GOMODCACHE="$PWD"/go-mod go mod download -modcacherw -x && cd ..
cd IncusBindings && GOMODCACHE="$PWD"/go-mod go mod download -modcacherw -x && go build -o libUGM_Incus_InternalFuncs.so -buildmode=c-shared . &&cd ..
tar cfJ untitled-game-system-manager.tar.xz . || echo "Might have failed"
- name: Create Release
uses: softprops/action-gh-release@master
Expand Down

0 comments on commit 4f0d7a7

Please sign in to comment.