Skip to content

Commit b46a5ed

Browse files
committed
Can't forget the workflow that I totally run
1 parent d54b334 commit b46a5ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- name: Restore dependencies
1717
run: dotnet restore
1818
- name: Build (Windows)
19-
run: dotnet publish "Minecraft Version History" --runtime win-x64 -p:PublishSingleFile=true /p:DebugType=None /p:DebugSymbols=false --configuration Release --self-contained false
19+
run: dotnet publish "MinecraftVersionHistory" --runtime win-x64 -p:PublishSingleFile=true /p:DebugType=None /p:DebugSymbols=false --configuration Release --self-contained false
2020
- name: Build (Linux)
21-
run: dotnet publish "Minecraft Version History" --runtime linux-x64 -p:PublishSingleFile=true /p:DebugType=None /p:DebugSymbols=false --configuration Release --self-contained false
21+
run: dotnet publish "MinecraftVersionHistory" --runtime linux-x64 -p:PublishSingleFile=true /p:DebugType=None /p:DebugSymbols=false --configuration Release --self-contained false
2222
- name: Create Release
2323
uses: softprops/action-gh-release@v1
2424
if: startsWith(github.ref, 'refs/tags/')
2525
with:
2626
files: |
27-
./Minecraft Version History/bin/Release/net7.0/win-x64/publish/MinecraftVersionHistory.exe
28-
./Minecraft Version History/bin/Release/net7.0/linux-x64/publish/MinecraftVersionHistory
27+
./MinecraftVersionHistory/bin/Release/net7.0/win-x64/publish/MinecraftVersionHistory.exe
28+
./MinecraftVersionHistory/bin/Release/net7.0/linux-x64/publish/MinecraftVersionHistory

0 commit comments

Comments
 (0)