Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
chmod -R u=rwX,go=rX assets-dist/

- name: Upload assets
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: assets
path: assets-dist
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
-p mas-cli

- name: Upload binary artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: binary-${{ matrix.target }}
path: target/${{ matrix.target }}/release/mas-cli
Expand Down Expand Up @@ -188,13 +188,13 @@ jobs:
done

- name: Upload aarch64 archive
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: mas-cli-aarch64-linux
path: mas-cli-aarch64-linux.tar.gz

- name: Upload x86_64 archive
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: mas-cli-x86_64-linux
path: mas-cli-x86_64-linux.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
SQLX_OFFLINE: "1"

- name: Upload archive to workflow
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: nextest-archive
path: nextest-archive.tar.zst
Expand Down
Loading