Skip to content

Commit e91e034

Browse files
committed
tests
1 parent ece017b commit e91e034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hash-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
5959
notification:
60-
if: ${{ github.repository_owner == 'WaspScripts' }}
60+
if: ${{ github.repository_owner == 'WaspScripts' && github.ref == 'refs/heads/main' }}
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: Discord notification

tools/hash-files.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ begin
2626
Continue;
2727

2828
hash := HashFile(EHashAlgo.CRC32, files[i]);
29-
WriteLn('File: ', files[i].After(path), ' Hash: ', hash);
29+
WriteLn('File: ', files[i], ' Hash: ', hash);
3030
json.AddString(files[i].After(path), hash);
3131
end;
3232

0 commit comments

Comments
 (0)