Fixes.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 09:19:31 +0100
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"