We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436d9c9 commit d239772Copy full SHA for d239772
.github/workflows/build-smapi.yml
@@ -100,15 +100,8 @@ jobs:
100
Write-Host 'Version updated using build/unix/set-smapi-version.sh.'
101
102
- name: Checkout game reference assemblies
103
- uses: actions/checkout@v4
104
- with:
105
- repository: "StardewModders/mod-reference-assemblies"
106
- path: "stardew-reference-assemblies"
107
- fetch-depth: 1
108
-
109
- - name: Symlink game reference assemblies # simply cloning the repo to this location doesn't seem to work
110
run: |
111
- ln -s "$(pwd)/stardew-reference-assemblies" "$HOME/StardewValley"
+ git clone --depth 1 https://github.com/StardewModders/mod-reference-assemblies.git "$HOME/StardewValley"
112
113
- name: Build SMAPI
114
shell: pwsh
0 commit comments