8000 Merge pull request #4219 from bruntib/checker_doc · Ericsson/codechecker@d2b1197 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v6.24.0-rc1 < 6FCE span class="color-fg-muted" style="font-weight: 400">#23

v6.24.0-rc1

v6.24.0-rc1 #23

Workflow file for this run

name: codechecker-snap-package
# Triggers the workflow when a new release is published.
on:
release:
types: [published]
permissions: read-all
jobs:
build:
name: Build snap package
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: snapcore/action-build@v1
id: build
- uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_TOKEN }}
with:
snap: ${{ steps.build.outputs.snap }}
release: stable
0