diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f13565..5fb2824 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,6 @@ name: UE Release on: - push: - branches: [ "main" ] pull_request: branches: [ "main" ] @@ -10,18 +8,19 @@ permissions: contents: write jobs: - Checkout-Repo: + Verify-Project-Integrity: runs-on: ubuntu-latest steps: - - name: Checkout PROD - uses: actions/checkout@v2 - name: Use Node.js 18.x uses: actions/setup-node@v2 with: node-version: 18.x + + - name: Checkout PROD + uses: actions/checkout@v2 - name: Create Release uses: ncipollo/release-action@v1.12.0 with: - artifacts: "react-github-actions-build" + artifacts: "UE4&5-github-actions-build" tag: v1.4.9.5 \ No newline at end of file