Upload-artifact and download-artifact v2
This commit is contained in:
@@ -23,5 +23,6 @@ jobs:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: app.tar
|
||||
- run: tar -xf app.tar/app.tar
|
||||
path: .
|
||||
- run: tar -xf app.tar
|
||||
- run: ./app/app
|
||||
Reference in New Issue
Block a user