Skip to content

Commit

Permalink
fix publish pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Folleach committed Jan 14, 2024
1 parent 00efdad commit c62ac4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
dotnet-version: |
2.2.x
6.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore ./GeometryDashAPI.sln
- name: Build
Expand All @@ -29,7 +30,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Set Version
run: echo ${{ github.ref_name }} | sed -r "s/^v/GDAPI_VERSION=/" >> $GITHUB_ENV
- name: Restore dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
dotnet-version: |
2.2.x
6.0.x
8.0.x
- name: Restore dependencies
run: dotnet restore ./GeometryDashAPI.sln
- name: Build
Expand Down

0 comments on commit c62ac4b

Please sign in to comment.