Trying to see if this helps.
Some checks failed
Build / build (push) Failing after 42s

This commit is contained in:
H. Utku Maden 2024-03-19 22:43:32 +03:00
parent ed2425e6a3
commit 8a0f1ba704

@ -19,5 +19,6 @@ jobs:
uses: actions/checkout@v3
- name: Run Build Script
run: docker-compose run build
working-directory: ${{ gitea.workspace }}
- name: Upload NuGet Package
run: bash ./publish.sh
run: "bash ${{ gitea.workspace }}/publish.sh"