Skip to content

Commit

Permalink
Remove some stuff for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunn1313 committed May 8, 2024
1 parent ddbfc51 commit d4bf3ba
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,28 +74,3 @@ jobs:
unset SODIUM_USE_PKG_CONFIG
unset SNAPPY_LIB_DIR
cargo build --release -p local_backend --bin convex-local-backend
- name: Zip backend into arch
shell: bash
run: |
mv target/release/convex-local-backend .
zip -r convex-local-backend-${{ matrix.target }} convex-local-backend
- name: Precompute release name
id: release_name
shell: bash
run: echo "RELEASE_NAME=$(date +'%Y-%m-%d')-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

- name: Create Upload Precompiled Artifacts
id: create_release
uses: softprops/action-gh-release@v2
with:
files: |
convex-local-backend-${{ matrix.target }}.zip
LICENSE.md
tag_name: testing-precompiled-${{ steps.release_name.outputs.RELEASE_NAME }}
name: (TESTING) Precompiled ${{ steps.release_name.outputs.RELEASE_NAME }}
draft: false
prerelease: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d4bf3ba

Please sign in to comment.