Skip to content

Commit d3c51a5

Browse files
authored
Create release.yml
Maybe this will create a release? We'll see!
1 parent 84bc56f commit d3c51a5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
build:
10+
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: GitHub Release
15+
uses: softprops/[email protected]
16+
with:
17+
# Comma-delimited list of path globs for asset files to upload
18+
files: archive_vms.zsh

0 commit comments

Comments
 (0)