Skip to content

chore: append ?v=9 to the asset URLs to prompt Discord to refresh i… #109

chore: append ?v=9 to the asset URLs to prompt Discord to refresh i…

chore: append ?v=9 to the asset URLs to prompt Discord to refresh i… #109

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
paths:
- "src/**"
pull_request:
branches: [ "master" ]
paths:
- "src/**"
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: cargo build --verbose