From 74c45a33bf0189774e9c33ca309906f84af75e17 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Sat, 7 Sep 2024 19:41:27 +1000 Subject: [PATCH] CI Updates - Fix CI warning by updating action-gh-release version - Add dummy.txt to ensure all scripts always get re-compiled --- .github/workflows/pr_compile_scripts.yml | 2 +- Update/dummy.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Update/dummy.txt diff --git a/.github/workflows/pr_compile_scripts.yml b/.github/workflows/pr_compile_scripts.yml index 69be270..6a60e02 100644 --- a/.github/workflows/pr_compile_scripts.yml +++ b/.github/workflows/pr_compile_scripts.yml @@ -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: | diff --git a/Update/dummy.txt b/Update/dummy.txt new file mode 100644 index 0000000..d973a27 --- /dev/null +++ b/Update/dummy.txt @@ -0,0 +1,5 @@ + +void main() +{ + +} \ No newline at end of file