Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Finally fixed release build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob committed Sep 5, 2023
1 parent 1ceee9a commit 8d78582
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Building
on:
release:
types: [ published ]
push:

jobs:
build-ubuntu:
Expand Down Expand Up @@ -34,13 +33,13 @@ jobs:
command: c
files: |
${{github.workspace}}/build/src/filc
outPath: zip filc-ubuntu22.04.tar.gz
# - name: Upload to Release
# uses: JasonEtco/[email protected]
# with:
# args: filc-ubuntu22.04.zip
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
outPath: filc-ubuntu22.04.tar.gz
- name: Upload to Release
uses: JasonEtco/[email protected]
with:
args: filc-ubuntu22.04.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-macos:
name: Build MacOS 12
Expand Down Expand Up @@ -71,12 +70,12 @@ jobs:
files: |
${{github.workspace}}/build/src/filc
outPath: filc-macos12.tar.gz
# - name: Upload to Release
# uses: JasonEtco/[email protected]
# with:
# args: filc-macos12.zip
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload to Release
uses: JasonEtco/[email protected]
with:
args: filc-macos12.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# build-windows:
# name: Build Windows 2022
Expand Down

0 comments on commit 8d78582

Please sign in to comment.