Adjust CI''''''

This commit is contained in:
baltdev 2024-04-05 16:29:39 -05:00
parent 4c24b55423
commit 4aa9482cfb

View File

@ -1,5 +1,6 @@
name: Build
on: [push]
env:
# The project name specified in your Cargo.toml
PROJECT_NAME: apple-one
@ -7,7 +8,8 @@ jobs:
build:
# Set the job to run on the platform specified by the matrix below
runs-on: ${{ matrix.runner }}
permissions:
contents: write
# Define the build matrix for cross-compilation
strategy:
matrix:
@ -77,8 +79,7 @@ jobs:
tag_name: ${{ steps.tag.outputs.release_tag }}
files: |
build/*
LICENSE-MIT
LICENSE-APACHE
LICENSE
- name: Remove temporary directory
run: |