mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-22 06:07:36 +02:00
Merge pull request #101 from umarcor/ci/nightly
ci: use eine/tip to release artifacts
This commit is contained in:
@@ -194,3 +194,24 @@ jobs:
|
||||
run: |
|
||||
openFPGALoader --help
|
||||
openFPGALoader --detect || true
|
||||
|
||||
|
||||
Release:
|
||||
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || contains(github.ref, 'refs/tags/'))
|
||||
needs: [ lin-test, win-test ]
|
||||
runs-on: ubuntu-latest
|
||||
name: '📦 Release'
|
||||
steps:
|
||||
|
||||
- name: '📥 Download artifacts'
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
path: artifact
|
||||
|
||||
# Tagged: create a pre-release or a release (semver)
|
||||
# Untagged: update the assets of pre-release 'nightly'
|
||||
- uses: eine/tip@master
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
tag: 'nightly'
|
||||
files: artifact/**/*
|
||||
|
||||
Reference in New Issue
Block a user