index
:
mingw-w64-dpp.git
"Mingw64 Driver Plus Plus": C++, DDK and (EA)STL made easy!
log msg
author
committer
range
main
release-1.0
release-1.1
release-1.2
release-1.3
tmp
summary
refs
log
tree
commit
diff
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Toni Uhlig <matzeton@googlemail.com>
2023-07-26 01:18:33 +0200
committer
Toni Uhlig <matzeton@googlemail.com>
2023-07-26 15:03:52 +0200
commit
6e8f68f653a832491d9bf05f06bfab81aea0a9cb
(
patch
)
tree
89a17c90c8dbd763c52695f1ceadc31a79bc7be4
parent
a6093ed48cad2217ffe22555d1f1403854418dcb
(
diff
)
CI: Upload *.tar binary package.
1.3
release-1.3
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat
-rw-r--r--
.github/workflows/build.yml
8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 428194e..5b780b2 100644
--- a/
.github/workflows/build.yml
+++ b/
.github/workflows/build.yml
@@ -59,7 +59,15 @@ jobs:
- name: Test
run: |
./_install/dpp-example-cplusplus-EASTL.run
+ - name: Package
+ run: |
+ make package
- name: Cleanup
run: |
make deps-clean
make deps-distclean
+ - name: Upload Package
+ uses: actions/upload-artifact@v3
+ with:
+ name: mingw-w64-dpp-package
+ path: mingw-w64-dpp.tar