Test github workflow

This commit is contained in:
Tobias B 2021-11-16 14:29:54 +01:00
parent 26351b4c54
commit 8ae0e1fe57
No known key found for this signature in database
GPG Key ID: 5EF4C92355A3B53D
3 changed files with 37 additions and 7 deletions

View File

@ -1,7 +1,11 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[.yml]
indent_style = space
indent_size = 2

View File

@ -0,0 +1,21 @@
on: [push]
name: Upload binaries to release
jobs:
generate:
name: Create release-artifacts
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@master
- name: LS
run: "ls -ahl"
# - name: Generate the artifacts
# uses: skx/github-action-build@master
# with:
# builder: .github/build
# - name: Upload the artifacts
# uses: skx/github-action-publish-binaries@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# args: 'aq-*'

View File

@ -0,0 +1,5 @@
#!/bin/bash
# Used by the Github release action, so that we can build and publish
# the CLI binary for multiple OSs.