mirror of
https://github.com/R2Northstar/Northstar
synced 2025-09-21 00:50:50 +02:00
Compare commits
3 Commits
v1.20.2
...
v1.22.1-rc
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4c0f02ba4f | ||
![]() |
06f551ef71 | ||
![]() |
ee9239f4ae |
@@ -1,4 +1,4 @@
|
|||||||
name: Build
|
name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: R2Northstar/NorthstarNavs
|
repository: R2Northstar/NorthstarNavs
|
||||||
ref: 'v2'
|
ref: 'v3'
|
||||||
path: northstar-navs
|
path: northstar-navs
|
||||||
- name: Navmeshes setup
|
- name: Navmeshes setup
|
||||||
run: |
|
run: |
|
||||||
@@ -96,9 +96,9 @@ jobs:
|
|||||||
- name: Compute SHA-512 checksum
|
- name: Compute SHA-512 checksum
|
||||||
run: |
|
run: |
|
||||||
sha512sum Northstar.release.${{ env.NORTHSTAR_VERSION }}.zip
|
sha512sum Northstar.release.${{ env.NORTHSTAR_VERSION }}.zip
|
||||||
echo "```" >> $GITHUB_STEP_SUMMARY
|
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
|
||||||
sha512sum Northstar.release.${{ env.NORTHSTAR_VERSION }}.zip >> $GITHUB_STEP_SUMMARY
|
sha512sum Northstar.release.${{ env.NORTHSTAR_VERSION }}.zip >> $GITHUB_STEP_SUMMARY
|
||||||
echo "```" >> $GITHUB_STEP_SUMMARY
|
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
|
||||||
- name: Upload zip to release draft
|
- name: Upload zip to release draft
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/v') && !contains(env.NORTHSTAR_VERSION, '-rc')
|
if: startsWith(github.ref, 'refs/tags/v') && !contains(env.NORTHSTAR_VERSION, '-rc')
|
Reference in New Issue
Block a user