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