fix: artifact upload
This commit is contained in:
@@ -20,3 +20,9 @@ jobs:
|
||||
with:
|
||||
name: app-${{ matrix.rid }}
|
||||
path: app/${{ matrix.rid }}
|
||||
- run: tar cf app-${{ matrix.rid }}.tar app/
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-${{ matrix.rid }}
|
||||
path: ./app/app-${{ matrix.rid }}.tar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user