Skip to content

Commit 343a723

Browse files
committed
xzvds
1 parent 8bab4e5 commit 343a723

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ jobs:
8282
- name: 'Checkout ${{ github.head_ref || github.ref }}'
8383
uses: actions/checkout@v4
8484

85+
- name: 'Read env'
86+
shell: bash
87+
run: |
88+
echo "Friendly version: ${{ env.friendly-version }}"
89+
echo "Assembly version: ${{ env.assembly-version }}"
90+
echo "Assembly informational version: ${{ env.assembly-informational-version }}"
91+
echo "File version: ${{ env.file-version }}"
92+
echo "Package version: ${{ env.package-version }}"
93+
8594
- uses: ./.github/actions/build
8695
with:
8796
project-path: '**/PolylineAlgorithm.csproj'

0 commit comments

Comments
 (0)