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