Please work please work please work

This commit is contained in:
CreepyCrafter24 2019-11-13 15:02:36 +01:00 committed by GitHub
parent a3a8fd511d
commit ccef7be1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,16 @@ jobs:
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\" cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\"
.\MSBuild.exe $Env:GITHUB_WORKSPACE\UpTool2.sln -p:Configuration=Release -m .\MSBuild.exe $Env:GITHUB_WORKSPACE\UpTool2.sln -p:Configuration=Release -m
.\MSBuild.exe $Env:GITHUB_WORKSPACE\UpTool2.sln -p:Configuration=Debug -m .\MSBuild.exe $Env:GITHUB_WORKSPACE\UpTool2.sln -p:Configuration=Debug -m
cd "C:\Program Files\7-Zip\"
.\7z a $Env:GITHUB_WORKSPACE\Release.zip $Env:GITHUB_WORKSPACE\UpTool2\bin\Release
cd $Env:GITHUB_WORKSPACE cd $Env:GITHUB_WORKSPACE
- name: Get Changed Files $xml = New-Object XML
uses: lots0logs/gh-action-get-changed-files@1.0.0 $xml.load("Meta.xml")
- uses: actions/upload-artifact@master $xml.meta.Hash = $(Get-FileHash .\Release.zip).Hash
$xml.save("Meta.xml")
- uses: matheusalbino/git-commit@v1.0.1
with: with:
name: my-artifact user-name: Equal
path: ${HOME} user-email: equal@example.com
message: This a commit from Github Actions
github-token: ${{ secrets.GITHUB_TOKEN }}