Skip to content

Commit

Permalink
forgot about this
Browse files Browse the repository at this point in the history
  • Loading branch information
MHaggis committed Oct 31, 2024
1 parent c52914c commit bc6f1c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-asr-atomic-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
cl /EHsc /W4 /Fe:../lsass_ASR_test.exe lsass_test.cpp
- name: Upload Executable as Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: lsass_ASR_test
path: lsass_ASR_test.exe
retention-days: 180

0 comments on commit bc6f1c1

Please sign in to comment.