mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-07 09:04:29 +00:00
Github Actions: Upload artifacts to Github releases
This commit is contained in:
7
.github/workflows/package-macos.yml
vendored
7
.github/workflows/package-macos.yml
vendored
@@ -36,3 +36,10 @@ jobs:
|
||||
with:
|
||||
name: macos-builds
|
||||
path: artifacts/
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: artifacts/*
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
7
.github/workflows/package-windows.yml
vendored
7
.github/workflows/package-windows.yml
vendored
@@ -51,3 +51,10 @@ jobs:
|
||||
with:
|
||||
name: windows-builds
|
||||
path: artifacts/
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: artifacts/*
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user