Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Apr 20, 2024
1 parent 94df810 commit 8598d7e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ jobs:
run: |
mkdir -p tmp
mkdir -p build/runtimes/linux-x64/native
# mkdir -p build/runtimes/osx/native
# mkdir -p build/runtimes/win-x64/native
choco install nuget.commandline
- name: Download Artifacts
uses: actions/download-artifact@v4
Expand All @@ -101,8 +99,6 @@ jobs:
- name: Set up Artifacts
run: |
mv tmp/linux-x64/* build/runtimes/linux-x64/native
# mv tmp/osx/* build/runtimes/osx/native
# mv tmp/win-x64/* build/runtimes/win-x64/native
- name: Calculate Version
id: version
run: |
Expand Down

0 comments on commit 8598d7e

Please sign in to comment.