Skip to content

Commit

Permalink
up actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Sep 19, 2024
1 parent 086db1a commit fd9f8d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
strip ppx-linux
- name: Upload PPX artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ppx-linux
path: packages/rescript-relay/rescript-relay-ppx/ppx-*
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
cp _build/default/bin/RescriptRelayPpxApp.exe ppx-${{ matrix.platform }}
- name: Upload PPX artifact ${{ matrix.platform }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ppx-${{ matrix.platform }}
path: packages/rescript-relay/rescript-relay-ppx/ppx-*
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
command: build
# add --locked back when we have a better way to ensure it's up to date
args: --manifest-path=packages/relay/compiler/Cargo.toml --release --target ${{ matrix.target.target }} ${{ matrix.target.features && '--features' }} ${{ matrix.target.features }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target.artifact-name }}
path: packages/relay/compiler/target/${{ matrix.target.target }}/release/${{ matrix.target.build-name }}
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
relay-compiler-macos-arm64
relay-compiler-linux-musl
- name: Upload built folder
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: release-build
path: _release/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ppx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
strip ppx-linux
- name: Upload PPX artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ppx-${{ matrix.platform }}
path: packages/rescript-relay/rescript-relay-ppx/ppx-*
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
strip _build/default/bin/RescriptRelayPpxApp.exe
- name: Upload PPX artifact ${{ matrix.platform }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ppx-${{ matrix.platform }}
path: packages/rescript-relay/rescript-relay-ppx/_build/default/bin/RescriptRelayPpxApp.exe
Expand Down

0 comments on commit fd9f8d9

Please sign in to comment.