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