Skip to content

chore: extra stuff for installation #9

chore: extra stuff for installation

chore: extra stuff for installation #9

Workflow file for this run

name: "Build"
on:
push:
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Install Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Build step
run: "deno task build"
- uses: actions/upload-artifact@master
with:
name: windows-executable
path: build/mangasee-dl.exe
- uses: actions/upload-artifact@master
with:
name: linux-executable
path: build/mangasee-dl