Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atas committed Oct 15, 2024
1 parent 38270a3 commit 032f4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- name: Add FFmpeg into path
run: |
echo "$(pwd)/ffmpeg" >> $GITHUB_PATH
ffmpeg -version
#endregion

- name: Compile LESS files
Expand All @@ -75,6 +74,7 @@ jobs:
dotnet nuget add source --username atas --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/atas/index.json"
dotnet restore
dotnet build --no-restore
ffmpeg -version
dotnet test --no-build --verbosity normal --filter FullyQualifiedName~Tests
- name: Publish Application
Expand Down

0 comments on commit 032f4ae

Please sign in to comment.