Skip to content

Commit

Permalink
fix: update remaining ubuntu version references so steps execute (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-astronomer authored Feb 20, 2025
1 parent b8c6896 commit 94a9504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- uses: extractions/setup-just@v2
- run: just install
- run: just build
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-22.04'
- uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-22.04'
with:
name: dist
path: dist/
Expand All @@ -40,7 +40,7 @@ jobs:
name: binary-${{ matrix.os }}
retention-days: 5
- run: just deploy-docs
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-22.04'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 94a9504

Please sign in to comment.