Skip to content

Bump the nuget group with 1 update #150

Bump the nuget group with 1 update

Bump the nuget group with 1 update #150

name: Build Artifacts
on:
push:
branches:
- 'develop'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
build-artifacts:
name: Build Artifacts
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Repo
uses: actions/checkout@v6
- name: Setup Environment
uses: ./.github/actions/setup-env
- name: Build Packages
run: |
shipyard --config ./shipyard.json --output ./publish
- name: Upload Build Artifacts
uses: actions/upload-artifact@v7
with:
name: 'build.zip'
path: |
./publish/*.deb
./publish/*.rpm