Opis zmian zad5.2
This commit is contained in:
@@ -28,3 +28,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: app-${{ matrix.rid }}
|
name: app-${{ matrix.rid }}
|
||||||
path: app-${{ matrix.rid }}.tar
|
path: app-${{ matrix.rid }}.tar
|
||||||
|
|
||||||
|
- name: packowaniev2$ {{ matrix.rid }}
|
||||||
|
run: zip -r app-${{ matrix.rid }}.tar app/
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: app-${{ matrix.rid }}
|
||||||
|
path: app-${{ matrix.rid }}.zip
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user