Skip to content

Commit 7597798

Browse files
authored
Merge pull request #17 from dmurphy18/fix_cut_release_8
Correct type vmtools-salt.sh for svtminion.sh, and similar for ps1
2 parents fde4e77 + cb81067 commit 7597798

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fi
5151
5252
update-main:
53-
name: Update CHANGELOG.md and vmtools svtminion.sh svtminion.ps1
53+
name: Update CHANGELOG.md and linux/svtminion.sh windows/svtminion.ps1
5454
runs-on: ubuntu-latest
5555
permissions:
5656
contents: write # To be able to publish the release
@@ -161,10 +161,10 @@ jobs:
161161
## run: |
162162
## git tag --no-sign -m "Release ${{ needs.update-develop.outputs.release-version }}" -a ${{ needs.update-develop.outputs.release-version }}
163163

164-
## ## - name: Update vmtools-salt.sh sha256sum's
164+
## ## - name: Update svtminion.sh sha256sum's
165165
## ## run: |
166-
## ## sha256sum vmtools-salt.sh | awk '{ print $1 }' > vmtools-salt.sh.sha256
167-
## ## sha256sum vmtools-salt.ps1 | awk '{ print $1 }' > vmtools-salt.ps1.sha256
166+
## ## sha256sum svtminion.sh | awk '{ print $1 }' > svtminion.sh.sha256
167+
## ## sha256sum svtminion.ps1 | awk '{ print $1 }' > svtminion.ps1.sha256
168168
## ## git commit -a -m "Update sha256 checksums" || git commit -a -m "Update sha256 checksums"
169169

170170
## ## - name: Push Changes
@@ -252,10 +252,10 @@ jobs:
252252
repository: ${{ github.repository }}
253253
## ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }}
254254

255-
- name: Get vmtools-salt.sh on main branch sha256sum
255+
- name: Get linux/svtminion.sh on main branch sha256sum
256256
run: |
257-
echo "SH=$(sha256sum linux/vmtools-salt.sh | awk '{ print $1 }')" >> "$GITHUB_ENV"
258-
echo "VMTS_VERSION=$(sh linux/vmtools-salt.sh --version | awk '{ print $4 }')" >> "$GITHUB_ENV"
257+
echo "SH=$(sha256sum linux/svtminion.sh | awk '{ print $1 }')" >> "$GITHUB_ENV"
258+
echo "VMTS_VERSION=$(sh linux/svtminion.sh --version | awk '{ print $4 }')" >> "$GITHUB_ENV"
259259
echo "DGM SH ,${SH}, and VMTS_VERSION ,${VMTS_VERSION},"
260260
261261
- uses: actions/checkout@v4
@@ -294,7 +294,7 @@ jobs:
294294
branch: main
295295
repository: ${{ github.repository }}
296296

297-
- name: Update vmtools-salt.sh sha256sum's
297+
- name: Update linux/svtminion.sh sha256sum's
298298
run: |
299299
sha256sum linux/svtminion.sh | awk '{ print $1 }' > svtminion.sh.sha256
300300
sha256sum windows/svtminion.ps1 | awk '{ print $1 }' > svtminion.ps1.sha256

0 commit comments

Comments
 (0)