Skip to content

Commit

Permalink
Fix misnamed Windows artifact on github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Aug 18, 2023
1 parent 083b52a commit 4502db1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
shell: bash
run: |
if [ "${{ matrix.image }}" = "windows-2025" ]; then
NAME=VS2017;
NAME=VS2025;
GENERATOR="Visual Studio 18 2025";
else
NAME=VS2019;
NAME=VS2022;
GENERATOR="Visual Studio 17 2022";
fi
echo ::set-output name=NAME::${NAME}
Expand Down
6 changes: 3 additions & 3 deletions include/llfio/revision.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
#define LLFIO_PREVIOUS_COMMIT_REF f3c3030bb25848caf42baa95ca6e8a46b6757c86
#define LLFIO_PREVIOUS_COMMIT_DATE "2023-08-14 16:26:18 +00:00"
#define LLFIO_PREVIOUS_COMMIT_UNIQUE f3c3030b
#define LLFIO_PREVIOUS_COMMIT_REF b127917416893eb317a7369094bca1050b79b51a
#define LLFIO_PREVIOUS_COMMIT_DATE "2023-08-17 10:20:42 +00:00"
#define LLFIO_PREVIOUS_COMMIT_UNIQUE b1279174

0 comments on commit 4502db1

Please sign in to comment.