Skip to content

Bump DotNet.ReproducibleBuilds from 1.2.4 to 1.2.25 #335

Bump DotNet.ReproducibleBuilds from 1.2.4 to 1.2.25

Bump DotNet.ReproducibleBuilds from 1.2.4 to 1.2.25 #335

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Package
on:
push:
branches:
- master
permissions:
attestations: write
contents: read
id-token: write
packages: write
defaults:
run:
shell: bash
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
DOTNET_NOLOGO: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
package:
if: github.repository == 'vezel-dev/cathode'
runs-on: ubuntu-24.04
steps:
- name: Clone repository
uses: actions/[email protected]
with:
fetch-depth: 0
submodules: recursive
- name: Set up .NET
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version-file: doc/package.json
- name: Run Cake
run: |
./cake upload-core-github
- name: Attest packages
uses: actions/[email protected]
with:
subject-path: out/pkg/debug/*.nupkg
- name: Upload artifacts
if: always()
uses: actions/[email protected]
with:
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
path: |
out/log
out/pkg
out/pub