You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed -i "s/<version>.*<\/version>/<version>${{ github.event.release.tag_name }}<\/version>/" automatic/waspswithbazookas/waspswithbazookas.nuspec
178
+
sed -i "s/<version>.*<\/version>/<version>$VERSION<\/version>/" automatic/waspswithbazookas/waspswithbazookas.nuspec
159
179
160
180
# Update checksum in chocolateyInstall.ps1
161
181
sed -i "s/\$checksum = '.*'/\$checksum = '${{ steps.sha256.outputs.sha256 }}'/" automatic/waspswithbazookas/tools/chocolateyInstall.ps1
162
182
163
183
# Update URL in chocolateyInstall.ps1
164
-
sed -i "s|https://github.com/Phara0h/WaspsWithBazookas/releases/download/.*/waspswithbazookas-windows-x86_64.tar.gz|https://github.com/Phara0h/WaspsWithBazookas/releases/download/${{ github.event.release.tag_name }}/waspswithbazookas-windows-x86_64.tar.gz|" automatic/waspswithbazookas/tools/chocolateyInstall.ps1
184
+
sed -i "s|https://github.com/Phara0h/WaspsWithBazookas/releases/download/.*/waspswithbazookas-windows-x86_64.tar.gz|https://github.com/Phara0h/WaspsWithBazookas/releases/download/$VERSION/waspswithbazookas-windows-x86_64.tar.gz|" automatic/waspswithbazookas/tools/chocolateyInstall.ps1
0 commit comments