{"id":18545746,"url":"https://github.com/icrawl/action-artifact","last_synced_at":"2025-04-09T19:32:08.282Z","repository":{"id":40302566,"uuid":"207769825","full_name":"iCrawl/action-artifact","owner":"iCrawl","description":"Upload artifacts to releases action","archived":false,"fork":false,"pushed_at":"2023-10-23T20:45:24.000Z","size":849,"stargazers_count":8,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-02T05:58:50.938Z","etag":null,"topics":["action","artifact","github-actions","release","typescript","upload"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iCrawl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["icrawl"],"patreon":"iCrawl","open_collective":null,"ko_fi":"crawltogo","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-09-11T09:05:58.000Z","updated_at":"2023-10-23T20:45:28.000Z","dependencies_parsed_at":"2023-01-22T11:45:09.784Z","dependency_job_id":"1c9fe3af-a8e4-4d51-be32-a4b387b53914","html_url":"https://github.com/iCrawl/action-artifact","commit_stats":{"total_commits":243,"total_committers":4,"mean_commits":60.75,"dds":0.06584362139917699,"last_synced_commit":"9203b32833d9b2ed709bd566a9b6a46e4ee8ee48"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iCrawl%2Faction-artifact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iCrawl%2Faction-artifact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iCrawl%2Faction-artifact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iCrawl%2Faction-artifact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iCrawl","download_url":"https://codeload.github.com/iCrawl/action-artifact/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248097910,"owners_count":21047335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","artifact","github-actions","release","typescript","upload"],"created_at":"2024-11-06T20:21:59.889Z","updated_at":"2025-04-09T19:32:07.857Z","avatar_url":"https://github.com/iCrawl.png","language":"TypeScript","funding_links":["https://github.com/sponsors/icrawl","https://patreon.com/iCrawl","https://ko-fi.com/crawltogo"],"categories":[],"sub_categories":[],"readme":"# action-artifact\n\n\u003e Upload artifacts to releases [action](https://github.com/features/actions)\n\n## Usage with release events\n\n`.github/workflows/release.yml`\n\n```yml\non:\n  release:\n    types: [published]\n\njobs:\n  artifact:\n    name: Upload Artifact\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - name: install node v18\n        uses: actions/setup-node@v3\n        with:\n          node-version: 18\n      - name: yarn install\n        run: yarn install\n      - name: artifact\n        uses: icrawl/action-artifact@v3\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          path: 'Someting*.exe'\n```\n\n## Usage workflow dispatches\n\n`.github/workflows/manual-release.yml`\n\n```yml\non:\n  workflow_dispatch:\n    inputs:\n      tag:\n        description: The release tag of which the assets should be updated\n        required: true\n\njobs:\n  artifact:\n    name: Upload Artifact\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n      - name: install node v18\n        uses: actions/setup-node@v3\n        with:\n          node-version: 12\n      - name: yarn install\n        run: yarn install\n      - name: artifact\n        uses: icrawl/action-artifact@v3\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          path: 'Someting*.exe'\n          release-tag: ${{ github.event.inputs.tag }}\n```\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Author\n\n**action-artifact** © [iCrawl](https://github.com/iCrawl)  \nAuthored and maintained by iCrawl.\n\n\u003e GitHub [@iCrawl](https://github.com/iCrawl) · Twitter [@iCrawlToGo](https://twitter.com/iCrawlToGo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficrawl%2Faction-artifact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficrawl%2Faction-artifact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficrawl%2Faction-artifact/lists"}