Skip to content

Commit 93caa06

Browse files
committed
Switch to determinate-nix-action
1 parent 1244dfc commit 93caa06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Install Nix
30-
uses: DeterminateSystems/nix-installer-action@v14
30+
uses: DeterminateSystems/determinate-nix-action@v3
3131

3232
- name: Build plugin zip
3333
run: |
@@ -37,7 +37,7 @@ jobs:
3737
- name: Upload plugin as artifact
3838
uses: actions/upload-artifact@v4
3939
with:
40-
name: plugin.zip
40+
name: plugin
4141
path: plugin.zip
4242

4343
- name: Create GitHub Release

0 commit comments

Comments
 (0)