Skip to content

Commit

Permalink
DYN-7070 Merge check file version workflow into build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
avidit committed Jun 11, 2024
1 parent 836d522 commit 33e4e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_dynamo_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
} else {
Write-Error "DynamoCLI.exe was not found!"
}
- name: Check File Version
run: ${{ github.workspace }}\.github\scripts\check_file_version.ps1 ${{ github.workspace }}\Dynamo\bin\AnyCPU\Release
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with:
Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/check_file_version.yml

This file was deleted.

0 comments on commit 33e4e02

Please sign in to comment.