Update add-artifacts-to-current-release.yml
Fabio Cevasco h3rald@h3rald.com
Wed, 14 Apr 2021 22:00:31 +0200
1 files changed,
2 insertions(+),
3 deletions(-)
M
.github/workflows/add-artifacts-to-current-release.yml
→
.github/workflows/add-artifacts-to-current-release.yml
@@ -60,14 +60,13 @@ run: |
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh sh init.sh -y - # Install HastyScribe (macOS/Linux) + # Install HastyScribe - name: Install HastyScribe (macOS/Linux) shell: bash run: | curl https://github.com/h3rald/hastyscribe/releases/download/v1.12.3/hastyscribe_v1.12.3_${{steps.os.outputs.id}}_x64.zip -L -o hastyscribe.zip unzip hastyscribe.zip mv src/hastyscribe . - if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' # Temporary Windows-specific fix (missing certificates for nimble) - name: Install cert (temporary fix, windows only)@@ -96,7 +95,7 @@
# Build guide - name: Build guide shell: bash - run: ./build_guide + run: build_guide # Retrieve ID and Name of the current (draft) release - name: "Get current release"