aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/create_release.yml
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-03-12 17:25:20 +0000
committerGitHub Enterprise <[email protected]>2024-03-12 18:25:20 +0100
commiteea170ac33e81e1dba885526905e3709fbf2118e (patch)
tree8283a5b3ff934f60fffa0e0ef7b4e6f3ede309a5 /.github/workflows/create_release.yml
parenthttp request parser safety (#664) (diff)
downloadzen-eea170ac33e81e1dba885526905e3709fbf2118e.tar.xz
zen-eea170ac33e81e1dba885526905e3709fbf2118e.zip
workflow fixes (#1)
* update validate action for enterprise github * updated runner setup options * updated release workflow for enterprise github
Diffstat (limited to '.github/workflows/create_release.yml')
-rw-r--r--.github/workflows/create_release.yml17
1 files changed, 8 insertions, 9 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index 315fafbe2..c417d412e 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup xmake
- uses: xmake-io/github-action-setup-xmake@v1
+ uses: ue-foundation/[email protected]
with:
xmake-version: ${{env.XMAKE_VERSION}}
@@ -44,8 +44,7 @@ jobs:
- name: Bundle
run: |
- xmake bundle -v -y
- # xmake bundle -v -y --codesignidentity="Epic Games"
+ xmake bundle -v -y --codesignidentity="Epic Games"
env:
VCPKG_ROOT: ${{ github.workspace }}/.vcpkg
@@ -72,7 +71,7 @@ jobs:
./scripts/ue_build_linux/get_ue_toolchain.sh ./.tmp-ue-toolchain
- name: Setup xmake
- uses: xmake-io/github-action-setup-xmake@v1
+ uses: ue-foundation/[email protected]
with:
xmake-version: ${{env.XMAKE_VERSION}}
@@ -127,7 +126,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup xmake
- uses: xmake-io/github-action-setup-xmake@v1
+ uses: ue-foundation/[email protected]
with:
xmake-version: ${{env.XMAKE_VERSION}}
@@ -188,7 +187,7 @@ jobs:
- name: Read VERSION.txt
id: read_version
- uses: juliangruber/read-file-action@v1
+ uses: ue-foundation/read-file-action@v1
with:
path: "./VERSION.txt"
@@ -227,13 +226,13 @@ jobs:
- name: Read CHANGELOG.tmp
id: read_changelog
- uses: juliangruber/read-file-action@v1
+ uses: ue-foundation/read-file-action@v1
with:
path: "./CHANGELOG.tmp"
- name: Check prerelease
id: get-prerelease
- uses: haya14busa/action-cond@v1
+ uses: ue-foundation/action-cond@v1
with:
cond: ${{contains(steps.read_version.outputs.content, '-pre')}}
if_true: "true"
@@ -241,7 +240,7 @@ jobs:
- name: Create Release
id: create_release
- uses: softprops/action-gh-release@v1
+ uses: ue-foundation/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: