Skip to content

Commit

Permalink
Provide empty build-installer yaml
Browse files Browse the repository at this point in the history
so I can develop on my branch but already test the workflow
  • Loading branch information
florianesser-tng committed Nov 18, 2024
1 parent 6bb7c8c commit 37fbc92
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: build installer

on:
workflow_dispatch:

jobs:
build:
runs-on: windows-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: pwd
run: |
pwd
ls

0 comments on commit 37fbc92

Please sign in to comment.