Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
- Fix CI warning by updating action-gh-release version
- Add dummy.txt to ensure all scripts always get re-compiled
  • Loading branch information
drojf committed Sep 6, 2024
1 parent 88a3fd4 commit d5185d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_compile_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Publish a release
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') # only publish tagged commits
with:
files: |
Expand Down
5 changes: 5 additions & 0 deletions Update/dummy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

void main()
{

}

0 comments on commit d5185d8

Please sign in to comment.