diff --git a/.github/workflows/gobuild.yml b/.github/workflows/gobuild.yml index bd593208e..b26092ec6 100644 --- a/.github/workflows/gobuild.yml +++ b/.github/workflows/gobuild.yml @@ -28,8 +28,8 @@ jobs: - name: Run test.sh run: | - chmod +x test.sh # Make the script executable (if it's not already) - ./test.sh # Run the script + chmod +x test.sh + ./test.sh - name: Read File and Set as Environment Variable run: |