Skip to content

ci(github): fix postgresql.conf file in postgres.yml #385

ci(github): fix postgresql.conf file in postgres.yml

ci(github): fix postgresql.conf file in postgres.yml #385

name: Upload Artifact
on: push
jobs:
auto-approve:
runs-on: ubuntu-latest
# https://github.com/actions/upload-artifact#usage
steps:
- uses: actions/checkout@v6
- run: mkdir -p path/to/artifact
- run: echo hello > path/to/artifact/world.txt
- uses: actions/upload-artifact@v6
with:
name: my-artifact
path: path/to/artifact/world.txt