Skip to content

Commit

Permalink
Add action, move files
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Beinghaus <[email protected]>
  • Loading branch information
Niklas Beinghaus committed Jul 13, 2023
1 parent 53f48db commit 7de21c6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build + Publish

on: push

jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- run: zip -r plat-vale.zip Platform -x "*.DS_Store"

- name: Upload style to release
uses: svenstaro/upload-release-action@v2
if: startsWith(github.ref, 'refs/tags/')
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: plat-vale.zip
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7de21c6

Please sign in to comment.