Skip to content

Commit

Permalink
Merge pull request #57 from officialLennox/main
Browse files Browse the repository at this point in the history
Automatic release upload
  • Loading branch information
ChrisAnd1998 authored Jan 23, 2022
2 parents 438156d + 2bb4f57 commit 419946e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,14 @@ jobs:
path: D:\a\TaskbarXI\TaskbarXI\Taskbar11\Release\TaskbarXI.exe
name: TaskbarXI_nightly.exe

# - name: Upload Release Asset
# uses: actions/[email protected]
# with:
# upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: D:\a\TaskbarXI\TaskbarXI\Taskbar11\Release\TaskbarXI.exe
# asset_name: TaskbarXI_nightly.exe
# asset_content_type: application/vnd.microsoft.portable-executable
- name: Upload To Github Release
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "Taskbar11/Release/TaskbarXI.exe"
tags: true
tag_name: "Nightly"
prerelease: false
draft: false
update_latest_release: true
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Release
Taskbar11/Release
Taskbar11/x64
x64
x64
.vs
2 changes: 2 additions & 0 deletions Taskbar11/Taskbar11.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<TargetName>TaskbarXI</TargetName>
<IntDir>$(Configuration)\</IntDir>
<OutDir>$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
Expand Down

0 comments on commit 419946e

Please sign in to comment.