Skip to content

Commit

Permalink
Test in the OS 4
Browse files Browse the repository at this point in the history
  • Loading branch information
anderruiz committed Nov 15, 2023
1 parent 711a94d commit cc2b80a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ jobs:
run: dotnet publish -r ${{ matrix.arch }} -c Release -o ../output
working-directory: GetAssemblyInfo

- name: Test
run: ls ${{ github.workspace }}/output/GetAssemblyInfo
working-directory: GetAssemblyInfo

- name: Test
run: ${{ github.workspace }}/output/GetAssemblyInfo-${{ matrix.arch }}
run: ${{ github.workspace }}/output/GetAssemblyInfo/GetAssemblyInfo-${{ matrix.arch }}
working-directory: GetAssemblyInfo

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cc2b80a

Please sign in to comment.