Fix aftman.toml file being removed (#5)

This commit is contained in:
Filip Tibell 2022-09-24 06:49:27 +02:00 committed by GitHub
parent 8e8cef2d23
commit 65f3439f00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,11 @@ runs:
- name: Delete artifacts
run: |
rm aftman*.zip
rm aftman*
if ${{ runner.os == 'Windows' }}; then
rm aftman.exe
else
rm aftman
fi
shell: bash
- name: Set environment variable