Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: 'Anoncreds'
name: "Anoncreds"

env:
RUST_VERSION: '1.65.0'
CROSS_VERSION: '0.2.4'
RUST_VERSION: "1.65.0"
CROSS_VERSION: "0.2.4"

on:
release:
types: [created]
workflow_dispatch:
inputs:
publish-binaries:
description: 'Publish Binaries to Release (will create a release if no release exits for branch or tag)'
description: "Publish Binaries to Release (will create a release if no release exits for branch or tag)"
required: true
default: false
type: boolean
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
command: c
cwd: release-artifacts
files: .
outPath: 'library-${{ matrix.architecture }}.tar.gz'
outPath: "library-${{ matrix.architecture }}.tar.gz"

- name: Add library artifacts to release
if: |
Expand All @@ -113,4 +113,4 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
file: library-${{ matrix.architecture }}.tar.gz
asset_name: 'library-${{ matrix.architecture }}.tar.gz'
asset_name: "library-${{ matrix.architecture }}-${{ github.sha }}.tar.gz"