all repos — hex @ b02a7d40d3d2c31cac4f7101ef4f8259342896a9

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 09:19:31 +0100
commit

b02a7d40d3d2c31cac4f7101ef4f8259342896a9

parent

cde0ec08ba141bb0b442de3b8e071eeff27ef422

1 files changed, 5 insertions(+), 6 deletions(-)

jump to
M .github/workflows/release.yml.github/workflows/release.yml

@@ -40,16 +40,15 @@ mkdir -p cosmocc

cd cosmocc wget https://cosmo.zip/pub/cosmocc/cosmocc.zip unzip cosmocc.zip + cd .. + pwd + ls -l cosmocc + if: matrix.os == 'ubuntu-latest' # Sets path (Linux, macOS) - name: Update $PATH run: echo "$HOME/cosmocc/bin" >> $GITHUB_PATH - if: matrix.os == 'macos-13' || matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' - - # Sets path (Windows) - - name: Update %PATH% - run: echo "${HOME}/cosmocc/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - if: matrix.os == 'windows-latest' + if: matrix.os == 'ubuntu-latest' # Retrieve ID and Name of the current (draft) release - name: "Get current release"