Fix tar directory
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
||||
- run: dotnet build
|
||||
- run: dotnet test
|
||||
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc -p:PublishSingleFile=true,AssemblyName=app
|
||||
- run: tar cf app.tar app/
|
||||
- run: tar cf ${{ matrix.rid }}-app.tar app/
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.rid }}-app.tar
|
||||
path: ${{ matrix.rid }}-app.tar
|
||||
path: app.tar
|
||||
Reference in New Issue
Block a user