Skip to content

Commit

Permalink
updating release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xFreed0m committed Jun 13, 2021
1 parent 09b443e commit 22e7b14
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
- name: create-checksum-ISO
if: steps.check-tag.outputs.tag_exists == 'true'
run: sha256sum /opt/live-build-config/images/kali-linux-rolling-live-tracelabs-amd64.iso > checksums.txt
- name: create-checksum-zip1
- name: create-checksum-zip
if: steps.check-tag.outputs.tag_exists == 'true'
run: sha256sum kali-linux-rolling-live-tracelabs-amd64.zip >> checksums.txt
- name: create-checksum-zip2
- name: create-checksum-z01
if: steps.check-tag.outputs.tag_exists == 'true'
run: sha256sum kali-linux-rolling-live-tracelabs-amd64.z01 >> checksums.txt
- name: create-checksum-zip3
- name: create-checksum-z02
if: steps.check-tag.outputs.tag_exists == 'true'
run: sha256sum kali-linux-rolling-live-tracelabs-amd64.z02 >> checksums.txt
- name: Create Release
Expand All @@ -75,7 +75,7 @@ jobs:
prerelease: false
- name: Upload Release Asset part I
if: steps.check-tag.outputs.tag_exists == 'true'
id: upload-release-asset
id: upload-release-asset-z01
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -86,7 +86,7 @@ jobs:
asset_content_type: application/zip
- name: Upload Release Asset part II
if: steps.check-tag.outputs.tag_exists == 'true'
id: upload-release-asset2
id: upload-release-asset-z02
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -97,7 +97,7 @@ jobs:
asset_content_type: application/zip
- name: Upload Release Asset part III
if: steps.check-tag.outputs.tag_exists == 'true'
id: upload-release-asset3
id: upload-release-asset-zip
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 22e7b14

Please sign in to comment.