fix: app path name
This commit is contained in:
@@ -16,12 +16,14 @@ 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
|
||||||
path: app.tar
|
path: app.tar
|
||||||
test:
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: app.tar
|
name: app
|
||||||
- run: tar xf app.tar/app.tar
|
- run: tar xf app.tar
|
||||||
|
- run: chmod +x app/app
|
||||||
- run: ./app/app
|
- run: ./app/app
|
||||||
|
|||||||
Reference in New Issue
Block a user