Skip to content

Commit

Permalink
Fix csproj case
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ committed Aug 18, 2023
1 parent 4dfd7f8 commit abc2369
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet restore -r ${{ matrix.rid }}
- name: Publish
run: |
dotnet publish CikExtractor/CIKExtractor.csproj -c Release --no-restore -o ./${{ matrix.rid }} -r ${{ matrix.rid }} --no-self-contained
dotnet publish CikExtractor/CikExtractor.csproj -c Release --no-restore -o ./${{ matrix.rid }} -r ${{ matrix.rid }} --no-self-contained
zip -r ${{ matrix.rid }}.zip ./${{ matrix.rid }}/*
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down
File renamed without changes.

0 comments on commit abc2369

Please sign in to comment.