Skip to content

Commit

Permalink
no spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed Nov 16, 2023
1 parent 935747f commit c469e62
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ubuntodotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,7 @@ jobs:

- name: Build
run: dotnet build --no-restore

- name: ls
run: ls -a






- name: run
run: dotnet run --project ConsoleAppSVS-test/ConsoleAppSVS-test.csproj

Expand Down Expand Up @@ -97,3 +90,6 @@ jobs:
- name: Override page_url
id: change-page-url
run: echo "new_page_url=${{ steps.deployment.outputs.page_url }}index.html" >> $GITHUB_OUTPUT

- name: ls
run: ls -a

0 comments on commit c469e62

Please sign in to comment.