Skip to content

Commit 5043459

Browse files
committed
fixed workflow naming
1 parent 50cf2ef commit 5043459

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)