Skip to content

Commit

Permalink
gh action attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 13, 2023
1 parent 4a7ad0d commit e515d8e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Issue template
about: 'Note, we don''t use GitHub to track issues with SST. Please start a new thread
on #help in https://discord.gg/sst'
title: ''
labels: ''
assignees: ''

---

---

If you've already posted your issue on Discord, make sure to leave a link to it here.
21 changes: 21 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: binary

on:
push:
branches:
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- name: checkout
# https://github.com/actions/checkout
uses: actions/checkout@v3

- name: build
run: ./scripts/publish_binary

0 comments on commit e515d8e

Please sign in to comment.