Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 27a13700e6 | |||
| 636b9941bd | |||
| 88de705b44 | |||
| 62a4ad0954 | |||
| 230dc91af4 | |||
| 83cc04ea80 | |||
| 1b25f944a4 | |||
| c33d59b53b | |||
| 6f28810290 | |||
| 03e309a28d | |||
| eae0b9b2e6 | |||
| 833d70e75a | |||
| fbe429de2f |
@@ -2,19 +2,14 @@ name: release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
branches:
|
||||
- main # Or your desired branch
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: fedora-rawhide-latest
|
||||
|
||||
runs-on: fedora-cloud-42
|
||||
# container: git.phyllo.me/roots/fedora-runner-image:42
|
||||
steps:
|
||||
- uses: https://git.phyllo.me/actions/checkout@v4
|
||||
- uses: checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: https://git.phyllo.me/actions/action-gh-release@v2
|
||||
with:
|
||||
files: |-
|
||||
bin/**
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
fetch-depth: 0
|
||||
Reference in New Issue
Block a user