Skip to content

Commit

Permalink
Update and rename build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
num0005 committed Oct 19, 2024
1 parent e824e5c commit f7e1147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Publish
run: dotnet publish .\Launcher\ToolkitLauncher.csproj -c Release -r win-x64 -P:PublishSingleFile=true -p:PublishTrimmed=false --self-contained false
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: launcher
path: Launcher\bin\x64\Release\net6.0-windows\win-x64\publish\
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: launcher
path: Launcher_win64
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Osoyoos Launcher

[![.NET Core](https://github.com/num0005/Osoyoos-Launcher/actions/workflows/dotnet-6.yml/badge.svg)](https://github.com/num0005/Osoyoos-Launcher/actions/workflows/dotnet-6.yml)
[![.NET](https://github.com/num0005/Osoyoos-Launcher/actions/workflows/dotnet.yml/badge.svg)](https://github.com/num0005/Osoyoos-Launcher/actions/workflows/dotnet.yml)

## Launcher Description
The Osoyoos launcher is an application that can be used to easily interact with various HEK toolsets from a simple GUI. Profiles can be created to run released or community modified toolsets.
Expand Down

0 comments on commit f7e1147

Please sign in to comment.