Skip to content

Commit

Permalink
fix all inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Nov 16, 2024
1 parent 4d37241 commit 4c7a30e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,19 @@ jobs:
if: env.ASSETS_PASSWORD
uses: kuma-gee/action-protect-assets@v1
with:
path: ${{ inputs.project-path }}/${{ inputs.assets-path }}
path: godot/assets
password: ${{ secrets.ASSETS_PASSWORD }}
env:
ASSETS_PASSWORD: ${{ secrets.ASSETS_PASSWORD }}

- name: Setup Templates
uses: kuma-gee/action-godot-template/setup@v1
with:
version: ${{ inputs.godot-version }}
channel: ${{ matrix.channel }}
version: 4.3
channel: windows
encryption-key: ${{ secrets.ENCRYPTION_KEY }}
game-folder: ${{ inputs.project-path }}
repo: ${{ inputs.template-repo }}
game-folder: godot
repo: kuma-gee/action-godot-template

- run: |
mkdir -p build/windows
Expand All @@ -118,7 +118,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: release-${{ matrix.channel }}
name: release-windows
path: build/*.zip

# release-itch:
Expand Down

0 comments on commit 4c7a30e

Please sign in to comment.