Skip to content

Commit

Permalink
Update ubuntu22.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinRitman authored Jan 4, 2025
1 parent a7b8127 commit 9c8b61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Ubuntu 22.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
echo "xfg_version=${xfg_version}" >> $GITHUB_OUTPUT
- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v4
with:
files: ${{ steps.build.outputs.release_name }}
name: Fuego Desktop v${{ steps.build.outputs.xfg_version }}
Expand Down

0 comments on commit 9c8b61b

Please sign in to comment.