Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalPetryka authored Jul 15, 2024
1 parent 773e8d3 commit d2701b7
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: A
uses: actions/upload-artifact@v3
with:
name: ntr
name: nt
path: C:/Windows/System32/ntdll.dll

- name: B
Expand All @@ -43,18 +43,3 @@ jobs:
with:
name: ad
path: C:/Windows/System32/advapi32.dll

- name: Build ${{ matrix.target }}
run: dotnet publish "LocalAdmin V2.csproj" -r ${{ matrix.target }} -c release -o "${{ github.workspace }}/builds/${{ matrix.framework }}/${{ matrix.target }}"

- name: Upload ${{ matrix.target }} Build
uses: actions/upload-artifact@v3
with:
name: LocalAdmin-${{ matrix.target }}-${{ matrix.framework }}
path: ${{ github.workspace }}/builds/${{ matrix.framework }}/${{ matrix.target }}

- name: Upload ${{ matrix.target }} Build to bundle
uses: actions/upload-artifact@v3
with:
name: LocalAdmin-all-${{ matrix.framework }}
path: ${{ github.workspace }}/builds/${{ matrix.framework }}

0 comments on commit d2701b7

Please sign in to comment.