change ci yaml file for ex 4 fix 2
This commit is contained in:
@@ -25,6 +25,7 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: app.tar
|
name: app.tar
|
||||||
|
path: .
|
||||||
- run: tar xf app.tar/app.tar
|
- run: tar xf app.tar/app.tar
|
||||||
- run: chmod +x ./app/app
|
- run: chmod +x ./app/app
|
||||||
- run: ./app/app
|
- run: ./app/app
|
||||||
Reference in New Issue
Block a user