diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index cf4b744..c26a043 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Publish run: | dotnet nuget push ./packages/*.nupkg \ - --source http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json \ + --source http://192.168.1.4:3000/api/packages/Ronnie/nuget/index.json --allow-insecure-connections true # --api-key ${{ secrets.NUGET_KEY }} # name: Gitea Actions Demo @@ -80,4 +80,4 @@ jobs: # ls ${{ gitea.workspace }} # - run: echo " This job's status is ${{ job.status }}." # - run: echo " HELP ME, I'M A GITHUB ACTION." - \ No newline at end of file + #e59e39d60f30b539ae594d8cfc7a9771883d2eb0 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 08ab667..d86d1ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -obj \ No newline at end of file +obj +bin +.packages \ No newline at end of file