Skip to content

Commit

Permalink
setup github actions for dotnet OWASP/wrongsecrets#1243
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Feb 27, 2024
1 parent 0e528d7 commit 6759378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
cd dotnet/dotnetproject
dotnet build dotnetproject.csproj --runtime ${{ matrix.runtime }} --self-contained true
dotnet publish dotnetproject.csproj --runtime ${{ matrix.runtime }} /p:PublishSingleFile=true
ls dotnet/dotnetproject/bin/Release/net8.0/${{ matrix.runtime }}/publish
ls /home/runner/work/wrongsecrets-binaries/wrongsecrets-binaries/dotnet/dotnetproject/bin/Release/net8.0/${{ matrix.runtime }}/publish/
- name: Uploading executables
uses: actions/upload-artifact@v4
with:
name: executable-dotnet-${{ matrix.runtime }}
path: dotnet/dotnetproject/bin/Release/net8.0/${{ matrix.runtime }}/publish/*
path: /home/runner/work/wrongsecrets-binaries/wrongsecrets-binaries/dotnet/dotnetproject/bin/Release/net8.0/${{ matrix.runtime }}/publish/

0 comments on commit 6759378

Please sign in to comment.