A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Esri/arcgis-python-api/commit/f6329e6c10e74fbae1a5dc7928fe006892647e5f below:

Merge pull request #2255 from Esri/action-release-samples-zip · Esri/arcgis-python-api@f6329e6 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+26

-0

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+26

-0

lines changed Original file line number Diff line number Diff line change

@@ -0,0 +1,26 @@

1 +

# This workflow creates samples.zip from samples directory

2 +

# and uploads it automatically to the release when it is published

3 +

name: Release - Upload samples.zip

4 + 5 +

on:

6 +

release:

7 +

types:

8 +

# published is triggered when a release is created without a draft

9 +

# or a draft is published

10 +

- published

11 + 12 +

jobs:

13 +

upload-samples:

14 +

runs-on: ubuntu-latest

15 + 16 +

steps:

17 +

- name: Checkout

18 +

uses: actions/checkout@v4

19 +

- name: Create samples.zip

20 +

run: |

21 +

zip -r samples.zip samples

22 +

- name: Upload samples.zip to release

23 +

uses: softprops/action-gh-release@v2

24 +

with:

25 +

files: |

26 +

samples.zip

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4