Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
[no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Oct 23, 2024
1 parent 878cd41 commit f1586ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ jobs:
permissions: write-all
runs-on: ubuntu-latest
needs: [ build, build32, buildbusterappimage, buildarmappimage64, appimage-bookworm ]
if: ${{ !cancelled() && github.event_name == 'push' && github.server_url == 'https://github.com' && github.repository == 'minecraft-linux/appimage-builder' }}
if: ${{ !cancelled() && (github.event_name == 'push' && github.server_url == 'https://github.com' && github.repository == 'minecraft-linux/appimage-builder' || github.event_name == 'workflow_dispatch' && inputs.type != 'build') }}
steps:
- uses: actions/checkout@v3
- run: echo "APPIMAGE_VERSION=$(cat version.txt)" >> $GITHUB_ENV
Expand Down

0 comments on commit f1586ab

Please sign in to comment.