Skip to content

Commit

Permalink
Workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingpie committed Jul 14, 2024
1 parent 37379e7 commit 72197a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ on:
push:
branches:
- master
workflow_dispatch:
inputs:
name:
description: "name"
required: false

jobs:
windows-latest:
Expand All @@ -39,6 +44,7 @@ jobs:
- name: 'Run: PublishRelease'
run: ./src/build.cmd PublishRelease
env:
name: ${{ github.event.inputs.name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: 'Publish: win-x64_self-contained.zip'
uses: actions/upload-artifact@v3
Expand Down
6 changes: 2 additions & 4 deletions .nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@
"PublishWin64Aot",
"PublishWin64FrameworkDependent",
"PublishWin64SelfContained",
"ReportInfo",
"Restore"
"ReportInfo"
]
}
},
Expand All @@ -109,8 +108,7 @@
"PublishWin64Aot",
"PublishWin64FrameworkDependent",
"PublishWin64SelfContained",
"ReportInfo",
"Restore"
"ReportInfo"
]
}
},
Expand Down

0 comments on commit 72197a0

Please sign in to comment.