Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ny committed Apr 15, 2024
1 parent 3196e71 commit db6b623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet-version }}
run: |
echo $dotnet-version

- name: Install dependencies
run: |
Expand All @@ -36,4 +34,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
bin/Release/$dotnet-version/win-x64/publish/MobaXtermDecryptor.exe
bin/Release/.net8.0/win-x64/publish/MobaXtermDecryptor.exe
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ class Program
{
static void Main(string[] args)
{
MobaXterm mobaxterm = new MobaXterm(args);
new MobaXterm(args);
}
}

0 comments on commit db6b623

Please sign in to comment.