Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Jul 10, 2024
1 parent 8c7ef34 commit 7d9ff38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-studio-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Compare versions
run: |
# Definierte Version zum Vergleich
expected_version="4${{ steps.get-props-version.outputs.info }}"
expected_version="${{ steps.get-props-version.outputs.info }}"
latest_version="${{ steps.get-metainfo-version.outputs.info }}"
echo "Expected version: $expected_version"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish-studio-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Publish Studio Desktop for Linux on CDN

on:
workflow_dispatch:
workflow_run:
workflows: [Publish Studio Desktop]
types:
- completed

jobs:

Expand Down

0 comments on commit 7d9ff38

Please sign in to comment.