mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
Update release.yml
fix target
This commit is contained in:
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Redot-Engine/redot-engine # Adjust this to the actual repo
|
||||
ref: redot-rebranding
|
||||
ref: master
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Redot-Engine/redot-engine
|
||||
ref: redot-rebranding
|
||||
ref: master
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Redot-Engine/redot-engine
|
||||
ref: redot-rebranding
|
||||
ref: master
|
||||
|
||||
- name: Setup Scoop
|
||||
uses: MinoruSekine/setup-scoop@v4.0.1
|
||||
@@ -112,7 +112,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Redot-Engine/redot-engine
|
||||
ref: redot-rebranding
|
||||
ref: master
|
||||
|
||||
- name: Setup Scoop
|
||||
uses: MinoruSekine/setup-scoop@v4.0.1
|
||||
@@ -138,7 +138,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Redot-Engine/redot-engine
|
||||
ref: redot-rebranding
|
||||
ref: master
|
||||
- name: Setup Vulkan SDK
|
||||
run: |
|
||||
sh misc/scripts/install_vulkan_sdk_macos.sh
|
||||
@@ -164,7 +164,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Redot-Engine/redot-engine
|
||||
ref: redot-rebranding
|
||||
ref: master
|
||||
|
||||
- name: Setup Vulkan SDK
|
||||
run: |
|
||||
@@ -191,7 +191,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Redot-Engine/redot-engine
|
||||
ref: redot-rebranding
|
||||
ref: master
|
||||
- name: Setup Vulkan SDK
|
||||
run: |
|
||||
sh misc/scripts/install_vulkan_sdk_macos.sh
|
||||
@@ -217,7 +217,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Redot-Engine/redot-engine
|
||||
ref: redot-rebranding
|
||||
ref: master
|
||||
- name: Setup Vulkan SDK
|
||||
run: |
|
||||
sh misc/scripts/install_vulkan_sdk_macos.sh
|
||||
|
||||
Reference in New Issue
Block a user