Skip to content

Commit

Permalink
Upload artifacts from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
isicu authored Jun 10, 2024
1 parent 071daf0 commit b65e67f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on:
push:
branches:
- main
- isicu-sleep

env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down Expand Up @@ -40,3 +40,9 @@ jobs:
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: |
release/**

0 comments on commit b65e67f

Please sign in to comment.