Skip to content

Commit

Permalink
release pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Sep 30, 2024
1 parent de2fce5 commit e1b7454
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

env:
VERSION: 1.6.1
PACKAGE_SUFFIX: '-pre.1'
# PACKAGE_SUFFIX: ''
# PACKAGE_SUFFIX: '-pre.1'
PACKAGE_SUFFIX: ''
ASM_VERSION: 1.0.0
BUILD_TYPE: Release
VCPKG_HASH: 0f88ecb8528605f91980b90a2c5bad88e3cb565f
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
make-fat-native:
runs-on: ubuntu-latest
needs: build-native
name: '🕸️ fatten artifacts'
name: '🎡 fat artifact'
steps:

- uses: actions/download-artifact@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: 🔢 set version environment variable
run: |
echo "VERSION=$(docs/cat version.txt | xargs)" >> "$GITHUB_ENV"
echo "VERSION=$(cat docs/version.txt | xargs)" >> "$GITHUB_ENV"
- name: 📦 create release
uses: softprops/action-gh-release@v1
Expand All @@ -38,5 +38,5 @@ jobs:
tag_name: ${{ env.VERSION }}
name: ${{ env.VERSION }}
files: |
bt-*.*
body_path: final_notes.md
**/*.nupkg
body_path: docs/final_notes.md

0 comments on commit e1b7454

Please sign in to comment.