Commit 1f6d829 1 parent dda0858 commit 1f6d829 Copy full SHA for 1f6d829
File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,13 @@ jobs:
42
42
- name : Run Linux Build
43
43
if : matrix.os == 'ubuntu-latest'
44
44
run : |
45
- echo "Ubuntu Latest" > release_ubuntu
46
45
make
47
46
make check
48
47
make artifacts
49
48
50
49
- name : Run Mac Build
51
50
if : matrix.os == 'macos-latest'
52
51
run : |
53
- echo "MacOS Latest" > release_mac
54
52
brew install gawk
55
53
make
56
54
make check
@@ -59,21 +57,19 @@ jobs:
59
57
- name : Run Windows Build
60
58
if : matrix.os == 'windows-latest'
61
59
run : |
62
- echo "Windows Latest" > release_windows
63
60
choco install winflexbison -y
64
61
make
65
62
make check
66
63
make artifacts
67
64
68
- - name : ' Get Previous tag'
69
- id : previous_tag
70
- uses : " WyriHaximus/github-action-get-previous-tag@v1"
71
- with :
72
- fallback : 0.0.0
65
+ # - name: 'Get Previous tag'
66
+ # id: previous_tag
67
+ # uses: "WyriHaximus/github-action-get-previous-tag@v1"
68
+ # with:
69
+ # fallback: 0.0.0
73
70
74
71
- name : Release
75
72
uses : softprops/action-gh-release@v2
76
- # if: startsWith(github.ref, 'refs/tags/')
77
73
with :
78
74
tag_name : draftbuild
79
75
# tag_name: ${{ steps.previous_tag.outputs.tag }}
You can’t perform that action at this time.
0 commit comments