We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa3f72 commit c4b6117Copy full SHA for c4b6117
.github/workflows/build-msi.yaml
@@ -16,19 +16,6 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@v4
18
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
32
- name: Set up Go
33
uses: actions/setup-go@v4
34
with:
0 commit comments