Skip to content

Commit

Permalink
pull in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thacuber2a03 committed Jun 21, 2024
2 parents d72f105 + 7e1ba75 commit 0a7d920
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/umbox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: UmBox upload

on:
push:
branches: [ master ]

workflow_dispatch:

jobs:
upload:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- run: sudo apt install -y mingw-w64
- uses: marekmaskarinec/umbox@master
with:
secret: ${{ secrets.UMBOX }}

0 comments on commit 0a7d920

Please sign in to comment.