Skip to content

Commit

Permalink
Create xx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Jan 6, 2024
1 parent a5c8949 commit d80d55c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/xx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: "Build XX"
on:
workflow_dispatch:
inputs:
armbian_upload:
type: choice
default: releases
description: 'Where to upload?'
required: false
options:
- workflow
- releases


jobs:

build:
name: "Build generic Armbian X86 SDK"
runs-on: ubuntu-latest
steps:

- uses: sgpublic/[email protected]
with:
# repo: '<owner>/<repoName>' # you can input a another repo here, defaults to current repo
release-drop: true
release-keep-count: 2
release-drop-tag: true
pre-release-drop: true
pre-release-keep-count: -1
pre-release-drop-tag: true
draft-drop: true
draft-drop-count: -1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit d80d55c

Please sign in to comment.