Skip to content

Commit

Permalink
Fix action order
Browse files Browse the repository at this point in the history
  • Loading branch information
junalmeida committed Dec 16, 2024
1 parent 9b8d6cf commit 2cf746b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
image: bilelmoussaoui/flatpak-github-actions:kde-6.7
options: --privileged
steps:
- uses: actions/checkout@v4
- name: "Set Version"
shell: bash
run: |
Expand All @@ -30,7 +31,6 @@ jobs:
C=$(echo $content | sed 's/\//\\\//g')
sed "/<\/releases>/ s/.*/${C}\n&/" $file > $file.tmp
mv $file.tmp $file
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@master
name: "Build"
with:
Expand Down

0 comments on commit 2cf746b

Please sign in to comment.