Skip to content

Commit

Permalink
Merge pull request #306 from GSharker/develop
Browse files Browse the repository at this point in the history
Fix docs and build workflows.
  • Loading branch information
d3ssy authored Sep 1, 2021
2 parents 15f7f3f + 529583a commit 636bf0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build-docs:
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: 🛎 Checkout repo
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/generate_diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- develop
- master
jobs:
get_data:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# Disable sending usage data to Microsoft
DOTNET_CLI_TELEMETRY_OPTOUT: true
PROJECT_PATH: 'src/GShark/GShark.csproj'
PACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}\output
PACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}/output
TAG_VERSION: ${{ github.event.release.tag_name }}
NUGET_SOURCE_URL: 'https://api.nuget.org/v3/index.json'

Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
run: dotnet pack ${{ env.PROJECT_PATH }} --no-restore --no-build --configuration Release -p:PackageVersion=${{ env.TAG_VERSION }} --output ${{ env.PACKAGE_OUTPUT_DIRECTORY }}

- name: 🚀 Publish the package
run: dotnet nuget push ${{ env.PACKAGE_OUTPUT_DIRECTORY }}\*.nupkg --skip-duplicate -k ${{ secrets.NUGET_API_KEY }} -s ${{ env.NUGET_SOURCE_URL }}
run: dotnet nuget push ${{ env.PACKAGE_OUTPUT_DIRECTORY }}/*.nupkg --skip-duplicate -k ${{ secrets.NUGET_API_KEY }} -s ${{ env.NUGET_SOURCE_URL }}
2 changes: 1 addition & 1 deletion media/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 636bf0a

Please sign in to comment.