Compare commits

8 Commits

Author SHA1 Message Date
7320b84020 removed tag
All checks were successful
Spellcheck / Spellcheck (push) Successful in 14s
Tests / Evaluate Tests on ubuntu-latest (push) Successful in 1m1s
2026-08-07 14:30:36 -04:00
ebca3a1da9 gr
All checks were successful
Spellcheck / Spellcheck (push) Successful in 12s
Tests / Evaluate Tests on ubuntu-latest (push) Successful in 1m0s
2026-08-07 14:26:53 -04:00
0d94eef283 rtghe
Some checks failed
Spellcheck / Spellcheck (push) Successful in 13s
Tests / Evaluate Tests on ubuntu-latest (push) Has been cancelled
2026-08-07 14:26:31 -04:00
835cc42d33 yhae5te
All checks were successful
Spellcheck / Spellcheck (push) Successful in 12s
Tests / Evaluate Tests on ubuntu-latest (push) Successful in 1m0s
2026-08-07 14:22:50 -04:00
38c30da8a5 set tag manualy
All checks were successful
Spellcheck / Spellcheck (push) Successful in 14s
Tests / Evaluate Tests on ubuntu-latest (push) Successful in 1m1s
2026-08-07 14:18:02 -04:00
56670cb0ba Manula wirte file tag
Some checks failed
Tests / Evaluate Tests on ubuntu-latest (push) Has been cancelled
Spellcheck / Spellcheck (push) Has been cancelled
2026-08-07 14:12:57 -04:00
14ad27fa99 t2
All checks were successful
Spellcheck / Spellcheck (push) Successful in 14s
Tests / Evaluate Tests on ubuntu-latest (push) Successful in 1m13s
2026-08-07 13:48:04 -04:00
1e8d33e436 needs package:?
Some checks failed
Spellcheck / Spellcheck (push) Successful in 14s
Tests / Evaluate Tests on ubuntu-latest (push) Failing after 31s
2026-08-07 13:44:58 -04:00
2 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ jobs:
DOTNET_NOLOGO: true DOTNET_NOLOGO: true
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
token: ${{ secrets.GH_BASIC }} token: ${{ secrets.GH_BASIC }}
lfs: true lfs: true
@@ -89,7 +89,7 @@ jobs:
# run: | # run: |
# version="${{ steps.next-version.outputs.version }}" # version="${{ steps.next-version.outputs.version }}"
# curl -X POST "http://192.168.1.4:3000/api/packages/Ronnie/GodotHelpers/releases" \ # curl -X POST "https://gitea.superjrking.com/api/packages/Ronnie/GodotHelpers/releases" \
# -H "Authorization: token ${{ secrets.GH_BASIC }}" \ # -H "Authorization: token ${{ secrets.GH_BASIC }}" \
# -H "Content-Type: application/json" \ # -H "Content-Type: application/json" \
# -d "{ # -d "{
@@ -100,7 +100,7 @@ jobs:
- name: Publish to Nuget - name: Publish to Nuget
run: | run: |
dotnet nuget push "${{ steps.package-path.outputs.package }}" \ dotnet nuget push "${{ steps.package-path.outputs.package }}" \
--source "http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json" \ --source "https://gitea.superjrking.com/api/packages/Ronnie/nuget/index.json" \
--allow-insecure-connections \ --allow-insecure-connections \
--api-key "${{ secrets.NUGET_KEY }}" \ --api-key "${{ secrets.NUGET_KEY }}" \
--skip-duplicate --skip-duplicate

View File

@@ -2,13 +2,13 @@
<configuration> <configuration>
<packageSources> <packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<!-- <add key="coverlet" value="https://pkgs.dev.azure.com/tonerdo/coverlet/_packaging/coverlet-nightly/nuget/v3/index.json" /> --> <add key="coverlet" value="https://pkgs.dev.azure.com/tonerdo/coverlet/_packaging/coverlet-nightly/nuget/v3/index.json" />
<!-- <add key="gitea" value="http://gitea.superjrking.com/api/packages/Ronnie/nuget/index.json" allowInsecureConnections="True" /> --> <add key="gitea" value="https://gitea.superjrking.com/api/packages/Ronnie/nuget/index.json"/>
</packageSources> </packageSources>
<!-- <packageSourceCredentials> <packageSourceCredentials>
<gitea> <gitea>
<add key="Username" value="Ronnie" /> <add key="Username" value="Ronnie" />
<add key="ClearTextPassword" value="e59e39d60f30b539ae594d8cfc7a9771883d2eb0" /> <add key="ClearTextPassword" value="e59e39d60f30b539ae594d8cfc7a9771883d2eb0" />
</gitea> </gitea>
</packageSourceCredentials> --> </packageSourceCredentials>
</configuration> </configuration>