Skip to content

Commit

Permalink
Actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurochi51 committed Jul 23, 2023
1 parent 75fb0ac commit ecea25b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
name: Release
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.5.3
with:
submodules: true

- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3.2.0
with:
dotnet-version: '7.x.x'

Expand Down
26 changes: 26 additions & 0 deletions AudioConverter/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions AudioConverter/Properties/Settings.settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
</SettingsFile>

0 comments on commit ecea25b

Please sign in to comment.