Fix
Some checks failed
First CI / build (push) Failing after 50s

This commit is contained in:
SaWyyy 2024-11-25 10:42:05 +01:00
parent efb1d37e15
commit 468a855d89

View File

@ -15,9 +15,9 @@ jobs:
- run: dotnet publish -o app -r linux-x64 --sc/p:PublishSingleFile=true,AssemblyName=app - run: dotnet publish -o app -r linux-x64 --sc/p:PublishSingleFile=true,AssemblyName=app
- run: tar cf app.tar app/ - run: tar cf app.tar app/
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
name: app.tar name: app.tar
path: app.tar path: app.tar
test: test:
steps: steps:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3