-
Notifications
You must be signed in to change notification settings - Fork 778
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump carlosperate/download-file-action from 2.0.1 to 2.0.2 (#4794)
- Loading branch information
1 parent
f2ae45e
commit df1f06b
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,21 +30,21 @@ jobs: | |
working-directory: ${{ github.workspace }}/installer | ||
run: move microk8s.exe ./windows/microk8s.exe | ||
- name: Download EnVar plugin for NSIS | ||
uses: carlosperate/[email protected].1 | ||
uses: carlosperate/[email protected].2 | ||
with: | ||
file-url: https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip | ||
file-name: envar_plugin.zip | ||
location: ${{ github.workspace }} | ||
- name: Extract EnVar plugin | ||
run: 7z x -o"C:/Program Files (x86)/NSIS" "${{ github.workspace }}/envar_plugin.zip" | ||
- name: Download Multipass installer | ||
uses: carlosperate/[email protected].1 | ||
uses: carlosperate/[email protected].2 | ||
with: | ||
file-url: https://github.com/canonical/multipass/releases/download/v1.12.2/multipass-1.12.2+win-win64.exe | ||
file-name: multipass.exe | ||
location: ${{ github.workspace }}/installer/windows | ||
- name: Download kubectl | ||
uses: carlosperate/[email protected].1 | ||
uses: carlosperate/[email protected].2 | ||
with: | ||
file-url: https://storage.googleapis.com/kubernetes-release/release/v1.28.3/bin/windows/amd64/kubectl.exe | ||
file-name: kubectl.exe | ||
|