Skip to content

Commit

Permalink
fix(.github): update cobalt release to latest (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 authored Apr 25, 2024
1 parent f2f8868 commit 020e45d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Site

on:
push:
branches: [ main ]
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -12,12 +12,12 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Fetch Github Release Asset
uses: dsaltares/[email protected]
with:
repo: cobalt-org/cobalt.rs
file: cobalt-v0.16.5-x86_64-unknown-linux-gnu.tar.gz
repo: cobalt-org/cobalt.rs
file: cobalt-v0.19.2-x86_64-unknown-linux-gnu.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}

- name: Build site
Expand Down

0 comments on commit 020e45d

Please sign in to comment.