Skip to content

Commit

Permalink
Experimenting
Browse files Browse the repository at this point in the history
  • Loading branch information
papa committed Sep 25, 2022
1 parent 210365d commit f2d37e7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: teos-${{ matrix.os }}
path: |
teos.pce
TBED/**/*.*
TBED/
LICENSE.TXT
LICENSE_1_0.TXT
README.md
Expand All @@ -49,12 +49,18 @@ jobs:
with:
name: teos-windows-2022
path: teos-windows-2022
- name: Creating Zip
uses: vimtor/action-zip@v1
with:
files: teos-windows-2022/
dest: teos.zip
recursive: true
- name: publish package
uses: pyTooling/Actions/releaser@r0
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref_name }}
rm: true # do not keep old latest artifacts
files: |
teos-windows-2022/*
teos.zip

0 comments on commit f2d37e7

Please sign in to comment.