mirror of
				https://github.com/R2Northstar/Northstar
				synced 2025-11-04 10:32:29 +01:00 
			
		
		
		
	Compare commits
	
		
			5 Commits
		
	
	
		
			v1.20.1-rc
			...
			v1.21.3-rc
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					06f551ef71 | ||
| 
						 | 
					ee9239f4ae | ||
| 
						 | 
					cfc1498753 | ||
| 
						 | 
					abf59ba5fe | ||
| 
						 | 
					05a32ee30e | 
@@ -1,4 +1,4 @@
 | 
			
		||||
name: Build
 | 
			
		||||
name: Release
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
    tags:
 | 
			
		||||
@@ -34,7 +34,7 @@ jobs:
 | 
			
		||||
          wget "https://github.com/R2Northstar/NorthstarLauncher/releases/download/${{ env.NORTHSTAR_VERSION }}/northstar-launcher.zip"
 | 
			
		||||
      - name: Download DiscordRPC plugin
 | 
			
		||||
        run:
 | 
			
		||||
          wget "https://github.com/R2Northstar/NorthstarDiscordRPC/releases/download/v5/northstar-discord-rpc.zip"
 | 
			
		||||
          wget "https://github.com/R2Northstar/NorthstarDiscordRPC/releases/download/v6/northstar-discord-rpc.zip"
 | 
			
		||||
      - name: Download compiled stubs
 | 
			
		||||
        run:
 | 
			
		||||
          wget "https://github.com/R2Northstar/NorthstarStubs/releases/download/v1/NorthstarStubs.zip"
 | 
			
		||||
@@ -72,7 +72,7 @@ jobs:
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
        with:
 | 
			
		||||
          repository: R2Northstar/NorthstarNavs
 | 
			
		||||
          ref: 'v2'
 | 
			
		||||
          ref: 'v3'
 | 
			
		||||
          path: northstar-navs
 | 
			
		||||
      - name: Navmeshes setup
 | 
			
		||||
        run: |
 | 
			
		||||
@@ -96,6 +96,9 @@ jobs:
 | 
			
		||||
      - name: Compute SHA-512 checksum
 | 
			
		||||
        run: |
 | 
			
		||||
          sha512sum Northstar.release.${{ env.NORTHSTAR_VERSION }}.zip
 | 
			
		||||
          echo "```" >> $GITHUB_STEP_SUMMARY
 | 
			
		||||
          sha512sum Northstar.release.${{ env.NORTHSTAR_VERSION }}.zip >> $GITHUB_STEP_SUMMARY
 | 
			
		||||
          echo "```" >> $GITHUB_STEP_SUMMARY
 | 
			
		||||
      - name: Upload zip to release draft
 | 
			
		||||
        uses: softprops/action-gh-release@v1
 | 
			
		||||
        if: startsWith(github.ref, 'refs/tags/v') && !contains(env.NORTHSTAR_VERSION, '-rc')
 | 
			
		||||
		Reference in New Issue
	
	Block a user