Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
fix secrets? (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer authored Sep 27, 2024
1 parent a777b75 commit 5ad0ff1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/create-mod-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
cmakePreset: "Release-windows-clang-static"
cachePrefix: "static"
uploadArtifacts: true
secrets: inherit

- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -155,7 +156,6 @@ jobs:
name: windows
if-no-files-found: error
path: ${{ inputs.outputDir }}/dist
secrets: inherit

build_linux_clang:
name: "Linux Build & Package"
Expand All @@ -169,6 +169,7 @@ jobs:
cmakePreset: "Release-linux-clang-static"
cachePrefix: "static"
uploadArtifacts: true
secrets: inherit

- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -198,7 +199,6 @@ jobs:
name: linux
if-no-files-found: error
path: ${{ inputs.outputDir }}/dist
secrets: inherit

build_macos_intel:
name: "MacOS Build & Package"
Expand All @@ -211,6 +211,7 @@ jobs:
cmakePreset: "Release-macos-clang-static"
cachePrefix: "static"
uploadArtifacts: true
secrets: inherit

- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -241,8 +242,6 @@ jobs:
if-no-files-found: error
path: ${{ inputs.outputDir }}/dist

secrets: inherit

# if not `buildBinaries`, run the steps to build release assets

create_windows_bundle:
Expand Down

0 comments on commit 5ad0ff1

Please sign in to comment.