Skip to content

Gh actions packaging bugfix #3 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 25, 2019
Merged
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
36 changes: 21 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,17 @@ jobs:
- name: Running the tests
run: ./cstest -help

- name: Create package
run: |
tar cvzf cstest.tar.gz cstest
# - name: Create package
# run: |
# tar cvzf cstest.tar.gz cstest

- name: Upload package
uses: actions/[email protected]
with:
name: cstest-linux.tar.gz
path: cstest.tar.gz
# name: cstest-linux.tar.gz
# path: cstest.tar.gz
name: cstest-linux
path: cstest

windows-build:
name: Windows build
Expand All @@ -61,15 +63,17 @@ jobs:
- name: Running the tests
run: cstest.exe -help

- name: Create package
run: |
7z.exe a -tzip -r cstest.zip cstest.exe
# - name: Create package
# run: |
# 7z.exe a -tzip -r cstest.zip cstest.exe

- name: Upload package
uses: actions/[email protected]
with:
name: cstest-windows.zip
path: cstest.zip
# name: cstest-windows.zip
# path: cstest.zip
name: cstest-windows
path: cstest.exe

macOS-build:
name: MacOS build
Expand Down Expand Up @@ -98,12 +102,14 @@ jobs:
- name: Running the tests
run: ./cstest -help

- name: Create package
run: |
tar cvzf cstest.tar.gz cstest
# - name: Create package
# run: |
# tar cvzf cstest.tar.gz cstest

- name: Upload package
uses: actions/[email protected]
with:
name: cstest-macOS.tar.gz
path: cstest.tar.gz
# name: cstest-macOS.tar.gz
# path: cstest.tar.gz
name: cstest-macOS
path: cstest