diff options
| author | Michał Janiszewski <[email protected]> | 2024-05-05 21:04:22 +0200 |
|---|---|---|
| committer | Michał Janiszewski <[email protected]> | 2024-05-05 21:05:03 +0200 |
| commit | f38d2f87bc2956c1be5764564f362924e782610c (patch) | |
| tree | 499bda03bed32ce91f3985f0d3731329a2b6e376 /.github/workflows/ci.yml | |
| parent | 0f0a6051c9bed5f5bc9f0c22ead0c8aeaef6bd07 (diff) | |
| download | openrct2-docker-f38d2f87bc2956c1be5764564f362924e782610c.tar.gz openrct2-docker-f38d2f87bc2956c1be5764564f362924e782610c.zip | |
Add v0.4.11master
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
