fix
This commit is contained in:
@@ -15,11 +15,9 @@ jobs:
|
||||
- run: dotnet restore
|
||||
- run: dotnet publish -o app -r ${{ matrix.rid }} --sc /p:PublishSingleFile=true
|
||||
|
||||
- run: tar cf app-${{ matrix.rid }}.tar -C app/ .
|
||||
- name: upload artifact
|
||||
- run: tar cf app-${{ matrix.rid }}.tar app/
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: app-${{ matrix.rid }}
|
||||
path: ./app/app-${{ matrix.rid }}.tar
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user