Skip to content

Commit c4b6117

Browse files
committed
let's just remove
1 parent 2aa3f72 commit c4b6117

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build-msi.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,6 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
1818

19-
- name: Check msi_version
20-
uses: softwareforgood/check-artifact-v4-existence@v0
21-
id: "check_if_msi_exists"
22-
with:
23-
name: agent-${{ github.event.inputs.msi_version }}.msi
24-
25-
- name: Error if msi exists
26-
if: "${{ steps.check_if_msi_exists.outputs.exists == 'true' }}"
27-
shell: bash
28-
run: |
29-
echo "Error: An artifact with version '${{ github.event.inputs.msi_version }}' already exists. Please increment the version."
30-
exit 1
31-
3219
- name: Set up Go
3320
uses: actions/setup-go@v4
3421
with:

0 commit comments

Comments
 (0)