renamed workflows to gitea (#1)
Reviewed-on: #1 Co-authored-by: dutchie031 <timrorije@gmail.com>
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
name: Compile Artifact
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Compile Spearhead
|
||||
uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools@action/v0
|
||||
with:
|
||||
source-root: ./src
|
||||
output-file: ./output/spearhead.lua
|
||||
|
||||
- name: Upload spearhead.lua artifact
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: spearhead-lua
|
||||
path: ./output/spearhead.lua
|
||||
Reference in New Issue
Block a user