Fix ci.yml v2
All checks were successful
First CI / build (push) Successful in 1m32s

This commit is contained in:
2025-11-20 13:48:56 +01:00
parent 06c9344af1
commit f3a65da7ec

View File

@@ -16,9 +16,9 @@ jobs:
/p:PublishSingleFile=true,AssemblyName=app
- run: tar cf app.tar app/
- uses: actions/upload-artifact@v3
with:
name: app.tar
path: app.tar
with:
name: app.tar
path: app.tar
test:
steps:
- uses: actions/download-artifact@v3