mirror of
https://github.com/R2Northstar/Northstar
synced 2025-09-18 19:30:50 +02:00
Compare commits
3 Commits
v1.9.2-rc1
...
v1.9.6
Author | SHA1 | Date | |
---|---|---|---|
![]() |
91da7d7d1b | ||
![]() |
dc05ebfa9c | ||
![]() |
a66132db28 |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -2,7 +2,7 @@ name: Build
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
job:
|
||||
@@ -34,9 +34,9 @@ jobs:
|
||||
shell: bash
|
||||
working-directory: northstar-launcher
|
||||
run: |
|
||||
sed -i 's/DEV/${{ env.NORTHSTAR_VERSION }}/g' LauncherInjector/resources.rc
|
||||
sed -i 's/DEV/${{ env.NORTHSTAR_VERSION }}/g' NorthstarLauncher/resources.rc
|
||||
FILEVERSION=$(echo ${{ env.NORTHSTAR_VERSION }} | tr '.' ',' | sed -E 's/-rc[0-9]+//' | tr -d '[:alpha:]')
|
||||
sed -i "s/0,0,0,1/${FILEVERSION}/g" NorthstarDedicatedTest/ns_version.h
|
||||
sed -i "s/0,0,0,1/${FILEVERSION}/g" NorthstarDLL/ns_version.h
|
||||
- name: Build
|
||||
working-directory: northstar-launcher
|
||||
run: |
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user