Skip to content

Commit

Permalink
setup template
Browse files Browse the repository at this point in the history
  • Loading branch information
myin142 committed Nov 16, 2024
1 parent 5e68111 commit 8b33100
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ jobs:
# env:
# ASSETS_PASSWORD: ${{ secrets.ASSETS_PASSWORD }}

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

- run: |
mkdir -p build/windows
Expand Down

0 comments on commit 8b33100

Please sign in to comment.