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