Skip to content

Commit

Permalink
remove unused actions (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet authored Oct 24, 2023
1 parent 7e10e10 commit ce589c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 58 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/add_artifact_urls.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,17 +152,17 @@ jobs:
uses: actions/download-artifact@v2
with:
name: 'Assembled-BaseKit-Windows0.69'
path: Package/Assembled-Windows0.69
path: Package/Assembled-BaseKit-Windows0.69
- name: Download Assembled-BaseKit-Windows 0.70 Folder
uses: actions/download-artifact@v2
with:
name: 'Assembled-Windows0.70'
path: Package/Assembled-Windows0.70
path: Package/Assembled-BaseKit-Windows0.70
- name: Download Assembled-BaseKit-Windows 0.71 Folder
uses: actions/download-artifact@v2
with:
name: 'Assembled-BaseKit-Windows0.71'
path: Package/Assembled-Windows0.71
path: Package/Assembled-BaseKit-Windows0.71

- name: Display structure of downloaded Assembled and Assembled-Windows folders
run: ls -R
Expand Down
34 changes: 0 additions & 34 deletions azure-pipelines.yml

This file was deleted.

0 comments on commit ce589c3

Please sign in to comment.