Skip to content

Commit

Permalink
gha: fix create-release job (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Oct 8, 2024
1 parent 8c34a8b commit a652afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
path: src/salam.exe

create-release:
if: github.repository == 'SalamLang/Salam'
runs-on: ubuntu-latest
needs: [build-linux, build-macos, build-windows]
steps:
Expand Down

1 comment on commit a652afb

@BaseMax
Copy link
Member

@BaseMax BaseMax commented on a652afb Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done, thanks mate.

Please sign in to comment.