Skip to content

Commit

Permalink
[feature/ISSUE-7] Store youtube-d executable as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
azihassan committed Aug 5, 2023
1 parent bc5b32a commit a080169
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build

on:
push:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1

- uses: mihails-strasuns/setup-dlang@v1
name: Install DMD

- name: Build
run: dub build

- uses: actions/upload-artifact@v3
with:
name: youtube-d
path: youtube-d



0 comments on commit a080169

Please sign in to comment.