Skip to content

Commit

Permalink
add build osu action
Browse files Browse the repository at this point in the history
  • Loading branch information
vifly committed Mar 13, 2020
1 parent 2c928e8 commit 997faa1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: BUILD

on:
schedule:
- cron: '* */6 * * *'

jobs:
build_osu:
runs-on: ubuntu-latest

steps:
- uses: DuckSoft/build-aur-action@master
with:
repo-name: osu-lazer

- id: getfilename
run: echo "::set-output name=file::$(ls ./osu-lazer/*.xz)"

- uses: actions/upload-artifact@v1.0.0
with:
name: osu-lazer
path: ${{ steps.getfilename.outputs.file }}


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Use Github Actions to build Arch packages
Use Github Actions to build Arch packages.

0 comments on commit 997faa1

Please sign in to comment.