4
.github/workflows/build-and-release.yml
vendored
4
.github/workflows/build-and-release.yml
vendored
@@ -128,6 +128,8 @@ jobs:
|
|||||||
name: Create Release
|
name: Create Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build-linux, build-windows, build-macos]
|
needs: [build-linux, build-windows, build-macos]
|
||||||
|
outputs:
|
||||||
|
version_tag: ${{ steps.version.outputs.version }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GHT }}
|
GITHUB_TOKEN: ${{ secrets.GHT }}
|
||||||
|
|
||||||
@@ -178,8 +180,6 @@ jobs:
|
|||||||
dist/macos/*.dmg
|
dist/macos/*.dmg
|
||||||
merged.yml
|
merged.yml
|
||||||
|
|
||||||
outputs:
|
|
||||||
version_tag: ${{ steps.version.outputs.version }}
|
|
||||||
aur:
|
aur:
|
||||||
name: Publish to AUR
|
name: Publish to AUR
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user