Skip to content

Merge pull request #21 from s2quake/ci/improve-action #16

Merge pull request #21 from s2quake/ci/improve-action

Merge pull request #21 from s2quake/ci/improve-action #16

Workflow file for this run

name: Pack
on:
pull_request:
push:
branches:

Check failure on line 6 in .github/workflows/pack.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pack.yml

Invalid workflow file

You have an error in your yaml syntax on line 6
- main
tags:
- "*"
jobs:
pack:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
dotnet-version: 8.0.100
- run: echo "${{ secrets.SNK_FILE }}" | base64 --decode > private.snk
- if: ${{ github.event_name == 'pull_request' }}
run: |
.github/scripts/pack.ps1 `
-PullRequestNumber ${{ github.event.pull_request.number }} `
-KeyPath "$pwd/private.snk"
shell: pwsh