Skip to content

Commit

Permalink
Fixed name of Windows Archive i386->AMD64
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesEGrant authored Mar 11, 2024
1 parent 175ad94 commit fc9ae42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: crux-4.1.${{env.git_short_sha}}.windows
path: ${{runner.workspace}}/build/crux-4.1.Windows.i386.zip
path: ${{runner.workspace}}/build/crux-4.1.Windows.AMD64.zip

build-crux-on-centos-7:
runs-on: 'ubuntu-latest'
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
scl enable rh-ruby27 'gem install cucumber rspec'
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1

- name: add-short-sha env property
shell: bash
Expand Down

0 comments on commit fc9ae42

Please sign in to comment.