Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
moomiji committed Oct 2, 2024
1 parent 7adf486 commit a40399b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,16 @@ jobs:
- id: build
run: dotnet script ./tools/Builder/Build.csx

- uses: actions/upload-artifact@v4
- uses: moomiji/host-nuget-on-github@v1
with:
name: nupkgs
path: ./nupkgs
retention-days: 7
base-uri: https://maaxyz.github.io/pkg/nuget/
package-paths: nupkgs
feed-path: nuget
force: true
squash: true
repository: MaaXYZ/pkg
branch: main
token: ${{ secrets.PKG_TOKEN }}

lint:
runs-on: windows-latest
Expand Down

0 comments on commit a40399b

Please sign in to comment.