Skip to content

Commit

Permalink
ci:分离产物和依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode committed Dec 3, 2023
1 parent e87a741 commit 48f58e6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/dev-window-dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,20 @@ jobs:
echo "dll version: $version"
echo "_version=$version" >> $env:GITHUB_OUTPUT
- name: Upload a Build Artifact
- name: Upload a Build Artifact for Release
uses: actions/upload-artifact@v3
with:
name: cvAutoTrack
path: ${{github.workspace}}/build/bin/Release/
path: ${{github.workspace}}/build/bin/Release/cvAutoTrack.dll
if-no-files-found: 'warn'

- name: Upload a Build Artifact for Release.Depends
uses: actions/upload-artifact@v3
with:
name: cvAutoTrack
path: ${{github.workspace}}/build/bin/Release/opencv_world480.dll
if-no-files-found: 'warn'

release:
# only run in master branch
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 48f58e6

Please sign in to comment.