Skip to content

Commit

Permalink
Merge branch 'master' of https://www.github.com/ekolis/AutoPBW
Browse files Browse the repository at this point in the history
  • Loading branch information
ekolis committed Jan 29, 2021
2 parents 4655169 + 5674945 commit 909aec3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,15 @@ jobs:
# uses: skx/github-action-publish-binaries@release-0.14
# - name: Test
# run: dotnet test --no-restore --verbosity normal
- shell: bash
run: |
mkdir Artifact
mkdir Artifact/AutoPBW.WPF
mkdir Artifact/AutoPBW.WPF/AutoPBW
mv AutoPBW.WPF/bin/Release/net5.0-windows/* Artifact/AutoPBW.WPF/AutoPBW/
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
path: D:\a\AutoPBW\AutoPBW\AutoPBW.WPF\\bin\Release\net5.0\
name: AutoPBW.WPF
path: Artifact/AutoPBW.WPF

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Features:
* Go straight to the PBW website with one click
* Preconfigured with settings for a variety of commonly used game engines and mods (you'll need to manually configure any others you want to use)

AutoPBW requires Windows Vista/7+ or later to run due to using the latest .NET Framework.
AutoPBW requires Windows 7/8/8.1/10 to run due to using [.NET](https://dotnet.microsoft.com/) 5 and WPF.

0 comments on commit 909aec3

Please sign in to comment.