Skip to content

Commit

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

- name: TestFile
run: file ${{ github.workspace }}/output/GetAssemblyInfo
working-directory: GetAssemblyInfo

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

- uses: actions/upload-artifact@v3
with:
name: GetAssemblyInfo-${{ matrix.arch }}
Expand Down

0 comments on commit 3f71635

Please sign in to comment.