Skip to content

Add WorldItem argument to OnItemPickup hook #15

Add WorldItem argument to OnItemPickup hook

Add WorldItem argument to OnItemPickup hook #15

Workflow file for this run

name: Build and Upload Bundles to S3
on:
push:
branches-ignore:
- master
workflow_dispatch:
inputs:
message:
description: 'Release note'
required: true
jobs:
build:
name: Run Build
uses: OxideMod/Actions/.github/workflows/game-build.yml@main
with:
game: "Rust"
branch-postfix: "-${{ github.ref_name }}"
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
deploy:
name: Deploy to S3
uses: OxideMod/Actions/.github/workflows/r2-publish.yml@main
needs: build
with:
generate-filehash: true
secrets:
CLOUDFLARE_R2_KEY: ${{ secrets.CLOUDFLARE_R2_KEY }}
CLOUDFLARE_R2_SECRET: ${{ secrets.CLOUDFLARE_R2_SECRET }}
CLOUDFLARE_R2_ENDPOINT: ${{ secrets.CLOUDFLARE_R2_ENDPOINT }}