Skip to content

Commit

Permalink
Remove an unneeded workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Nov 6, 2023
1 parent c6d7032 commit ac760c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ jobs:
for file in melondsds_libretro-*-Release; do
zip -r "${file}.zip" "$file"
done
- run: ls -halR
- name: Upload .info File Artifact
if: "${{ steps.changelog.outputs.version != steps.newest-tag.outputs.version }}"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ac760c0

Please sign in to comment.