Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
nyfair committed Dec 7, 2020
1 parent 12b0a98 commit 98ea33c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: build

on:
push:
workflow_dispatch:

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Compress
run: 7z a thxml.7z thxml/
- name: Upload
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: thxml.7z
tag: latest
overwrite: true
20 changes: 0 additions & 20 deletions appveyor.yml

This file was deleted.

0 comments on commit 98ea33c

Please sign in to comment.