Skip to content

Commit

Permalink
Update generate_executables.yml
Browse files Browse the repository at this point in the history
TEST: upload the raw folder holding the executables
  • Loading branch information
csc530 authored Aug 1, 2024
1 parent 45b151f commit ffecec7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/generate_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,20 @@ jobs:
zip -1g ../${{ matrix.os }}_resumer_${{ env.tag }}.zip *
}
cd ..
mv publish ${{ matrix.os }}_resumer_${{ env.tag }}
- name: Upload Artifact
- name: Upload Archive
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}_resumer_${{ env.tag }}
path: ${{ matrix.os }}_resumer_${{ env.tag }}.zip
- name: Upload Folder
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}_resumer_${{ env.tag }}
path: ${{ matrix.os }}_resumer_${{ env.tag }}


- name: Set Output
id: set-output
Expand Down

0 comments on commit ffecec7

Please sign in to comment.