From f38d2f87bc2956c1be5764564f362924e782610c Mon Sep 17 00:00:00 2001 From: MichaƂ Janiszewski Date: Sun, 5 May 2024 21:04:22 +0200 Subject: Add v0.4.11 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dc525f..04d288d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: fail-fast: false matrix: # List of tags to build and upload, remember to update this - tag: [0.4.10] + tag: [0.4.11] env: dockertag: ${{ matrix.tag }} dockerimg: openrct2/openrct2-cli - dockerlst: 0.4.10 + dockerlst: 0.4.11 steps: - name: Checkout uses: actions/checkout@v3 -- cgit v1.2.3