File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 3030 revision : ${{ github.run_number }} # Revision for date-based version (bindings style). Use with bindings.
3131 publish-enabled : ${{ !inputs.skip-assets-publishing }} # Publish NuGets to Nuget.org
3232 enable-email-notifications : true # Enable email notifications on failure
33+ runner-os : windows-latest # OS for the runner (windows-latest, ubuntu-latest, etc.)
3334 secrets :
3435 NUGET_UPLOAD_TOKEN : ${{ secrets.EVERGINE_NUGETORG_TOKEN }}
3536 WAVE_SENDGRID_TOKEN : ${{ secrets.WAVE_SENDGRID_TOKEN }}
Original file line number Diff line number Diff line change 3030 build-configuration : " Release" # Build configuration (Release, Debug, etc.)
3131 nuget-artifacts : ${{ inputs.publish-artifacts || false }} # Upload NuGets as workflow artifacts
3232 revision : ${{ github.run_number }} # Revision for date-based version (bindings style). Use with bindings.
33+ runner-os : windows-latest # OS for the runner (windows-latest, ubuntu-latest, etc.)
3334
3435# Tips:
3536# - For direct version (add-ons style):
You can’t perform that action at this time.
0 commit comments