Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ jobs:
name: build-jar
path: ${{ inputs.output-directory }}
- name: "Run Builder"
env:
# Pin the version to the release tag; `git describe` may pick an older
# tag on the same commit. Empty (non-release) values are ignored.
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.release.tag_name }}
run: |
pip install build
cp -vr ${{ inputs.output-directory }}/*.jar python/fprime_fpp/
Expand Down