Skip to content

Commit

Permalink
Merge pull request #2 from DarkLord79at/cicd
Browse files Browse the repository at this point in the history
Integration error fix
  • Loading branch information
jowin202 authored Nov 20, 2023
2 parents ba2e4f7 + 95c912c commit 4ddbe7d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

build:

permissions:
contents: write

runs-on: windows-latest

steps:
Expand Down
8 changes: 8 additions & 0 deletions TODO_CICD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CI/CD TO DO

- be more modular
- https://stackoverflow.com/questions/64055230/nested-templates-calling-a-yaml-file-from-another-yaml-file-in-github-actions
- https://gist.github.com/dibosh/d231a1d7228d8fa2095b504f750446e6
- https://stackoverflow.com/questions/57115520/can-i-have-multiple-github-actions-workflow-files
- build multiple platforms
- additional publish action based on v*-tag

0 comments on commit 4ddbe7d

Please sign in to comment.