commit
Some checks failed
First CI / test (push) Failing after 10s
First CI / build (push) Successful in 1m43s

This commit is contained in:
raver150 2024-11-22 11:31:27 +01:00
parent 36e89690c6
commit bd4c4d9f17

View File

@ -16,8 +16,8 @@ jobs:
- 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