File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
3434 - name : Prepare artifacts folder
3535 run : |
3636 New-Item -ItemType Directory -Path "artifacts/SKSE/Plugins" -Force
37- Copy-Item -Recurse -Force build/release-msvc/SkyrimTerrainSlotUnlocker .dll artifacts/SKSE/Plugins/
37+ Copy-Item -Recurse -Force build/release-msvc/TerrainHelper .dll artifacts/SKSE/Plugins/
3838
3939 - name : Upload Build Artifacts
4040 uses : actions/upload-artifact@v4
4141 with :
42- name : skyrimterrainslotunlocker -artifacts-${{ github.sha }}
42+ name : terrainhelper -artifacts-${{ github.sha }}
4343 path : artifacts
Original file line number Diff line number Diff line change 1- # Skyrim Terrain Slot Unlocker
1+ # Terrain Helper
22
33[ ![ Build Status] ( https://github.com/hakasapl/SkyrimTerrainSlotUnlocker/actions/workflows/build.yml/badge.svg?branch=main )] ( https://github.com/hakasapl/SkyrimTerrainSlotUnlocker/actions/workflows/build.yml )
44
You can’t perform that action at this time.
0 commit comments