Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Master fix workflow #784

Merged
merged 3 commits into from
Oct 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
run: make -j10 system
- name: Validate build
run: |
gridlabd -D keep_progress=TRUE -T 0 --validate
utilities/save_validation_errors || true
gridlabd -D keep_progress=TRUE -T 0 --validate || ( utilities/save_validation_errors ; fail )
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion gldcore/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#define REV_MAJOR 4
#define REV_MINOR 2
#define REV_PATCH 12
#define REV_PATCH 13

#ifdef HAVE_CONFIG_H
#include "config.h"
Expand Down