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

Bump actions/upload-artifact from 3 to 4 (#3) #11

Bump actions/upload-artifact from 3 to 4 (#3)

Bump actions/upload-artifact from 3 to 4 (#3) #11

Workflow file for this run

name: Build Binary
on: [push, pull_request]
jobs:
build-binary:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Binary
run: |
docker build -t builder .
docker run --rm -v ${PWD}:/project builder make
- uses: actions/upload-artifact@v4
with:
name: Button_Break.rpx
path: "*.rpx"
if-no-files-found: error
- uses: actions/upload-artifact@v4
with:
name: Button_Break.wuhb
path: "*.wuhb"
if-no-files-found: error