Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Sep 24, 2024
1 parent f0af46c commit 24a56c6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: build
on:
push:
branches: ['main']
pull_request:
# push:
# branches: ['main']
# pull_request:
workflow_call:
outputs:
windows:
Expand Down
48 changes: 24 additions & 24 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,27 @@ on:
tags:
- '5.*.*'
jobs:
# build_all:
# uses: ./.github/workflows/build.yaml
# release:
# runs-on: ubuntu-latest
# needs: build_all
# steps:
# - uses: actions/download-artifact@v4
# with:
# merge-multiple: true
# - run: shasum -a 256 aspect* > SHA256.txt
# - name: Prepare workspace snippet
# run: .github/workflows/install_snippet.sh > release_notes.txt
# - run: ls -alF .
# # Disabled during testing
# - if: false
# name: Create GitHub draft release and upload artifacts
# uses: softprops/action-gh-release@v2
# with:
# # Use GH feature to populate the changelog automatically
# generate_release_notes: true
# body_path: release_notes.txt
# files: |
# aspect*
# SHA256.txt
build_all:
uses: ./.github/workflows/build.yaml
release:
runs-on: ubuntu-latest
needs: build_all
steps:
- uses: actions/download-artifact@v4
with:
merge-multiple: true
- run: shasum -a 256 aspect* > SHA256.txt
- name: Prepare workspace snippet
run: .github/workflows/install_snippet.sh > release_notes.txt
- run: ls -alF .
# Disabled during testing
- if: false
name: Create GitHub draft release and upload artifacts
uses: softprops/action-gh-release@v2
with:
# Use GH feature to populate the changelog automatically
generate_release_notes: true
body_path: release_notes.txt
files: |
aspect*
SHA256.txt

0 comments on commit 24a56c6

Please sign in to comment.