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