Skip to content

build: Re-enable --program-prefix #41

build: Re-enable --program-prefix

build: Re-enable --program-prefix #41

Workflow file for this run

name: Release GCC Build
on:
push:
branches:
- main
workflow_dispatch:
env:
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
CHAT_ID: ${{ secrets.CHAT }}
jobs:
build:
runs-on: ubuntu-latest
container:
image: diazaji/debian:toolchain
steps:
- uses: actions/checkout@v4
- name: Force safe directory
run: git config --global --add safe.directory '*'
- name: Download Resources
run: ./resources.sh
- name: Build & Release
run: ./build.sh