mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-13 19:12:11 +00:00
Remove archive from assets, now that it's not really needed
This commit is contained in:
parent
8afd425f45
commit
0000b84316
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -97,16 +97,6 @@ jobs:
|
|||||||
asset_path: ./Secretive.zip
|
asset_path: ./Secretive.zip
|
||||||
asset_name: Secretive.zip
|
asset_name: Secretive.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
- name: Upload Archive to Release
|
|
||||||
id: upload-release-asset-archive
|
|
||||||
uses: actions/upload-release-asset@v1.0.1
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
|
||||||
asset_path: ./Archive.zip
|
|
||||||
asset_name: Xcode_Archive.zip
|
|
||||||
asset_content_type: application/zip
|
|
||||||
- name: Upload App to Artifacts
|
- name: Upload App to Artifacts
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user