Skip to content

Commit

Permalink
Update AVDump3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DvdKhl authored Dec 1, 2021
1 parent c489ce7 commit d1ac52e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/AVDump3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,25 +88,25 @@ jobs:
- name: AVD3Main-DownloadArtifacts
uses: actions/download-artifact@v2
with:
path: ${{ github.workspace }}/AVDump3CL/bin/GithubWorkflow/net6.0/
path: ${{ github.workspace }}/AVDump3CL/bin/Release/net6.0/

- name: AVDMain-MoveArtifacts
run: |
find $GITHUB_WORKSPACE/AVDump3CL/bin/GithubWorkflow/net6.0/ -type f -print -exec mv {} $GITHUB_WORKSPACE/AVDump3CL/bin/GithubWorkflow/net6.0/ \;
rm -R -- $GITHUB_WORKSPACE/AVDump3CL/bin/GithubWorkflow/net6.0/*/
find $GITHUB_WORKSPACE/AVDump3CL/bin/Release/net6.0/ -type f -print -exec mv {} $GITHUB_WORKSPACE/AVDump3CL/bin/Release/net6.0/ \;
rm -R -- $GITHUB_WORKSPACE/AVDump3CL/bin/Release/net6.0/*/
- name: AVD3Main-Compile
run: dotnet build --configuration GithubWorkflow

- name: AVD3Main-CopyLibs
run: |
cp $GITHUB_WORKSPACE/AVDump3Lib/Libs/MediaInfo*.* $GITHUB_WORKSPACE/AVDump3CL/bin/GithubWorkflow/net6.0/
cp $GITHUB_WORKSPACE/AVDump3Lib/Libs/MediaInfo*.* $GITHUB_WORKSPACE/AVDump3CL/bin/Release/net6.0/
- name: AVD3Main-ArtifactUpload
uses: actions/upload-artifact@v2
with:
name: AVDump3CL
path: ${{ github.workspace }}/AVDump3CL/bin/GithubWorkflow/net6.0/
path: ${{ github.workspace }}/AVDump3CL/bin/Release/net6.0/

release-avd3-main:
if: contains(github.ref, 'tags/B')
Expand Down

0 comments on commit d1ac52e

Please sign in to comment.